Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/panopticon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,6 @@ def analyze_repository_structure(*, repo_url: str, gitlab_credentials: Optional[
@mcp.tool()
def inspect_repository_files(*, repo_url: str, file_paths: List[str], gitlab_credentials: Optional[Union[str, dict]] = None, branch: Optional[str] = None) -> dict[str, str]:
"""Extract and return contents of specified repository files."""
# Log the input arguments
print(f"inspect_repository_files called with repo_url={repo_url}, file_paths={file_paths}, gitlab_credentials={gitlab_credentials}")

try:
creds = create_gitlab_credentials(gitlab_credentials)
Expand Down