We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5475193 commit 17079abCopy full SHA for 17079ab
src/seclab_taskflows/mcp_servers/local_file_viewer.py
@@ -170,7 +170,7 @@ async def list_files_non_recursive(
170
repo: str = Field(description="The name of the repository"),
171
path: str = Field(description="The path to the directory in the repository")) -> str:
172
"""
173
- List the files of a directory from a local GitHub repository non recursively.
+ List the files of a directory from a local GitHub repository non-recursively.
174
175
source_path = Path(f"{LOCAL_GH_DIR}/{owner}/{repo}.zip")
176
source_path = sanitize_file_path(source_path, [LOCAL_GH_DIR])
0 commit comments