Skip to content

Commit 17079ab

Browse files
m-y-moCopilot
andauthored
Update src/seclab_taskflows/mcp_servers/local_file_viewer.py
Co-authored-by: Copilot <[email protected]>
1 parent 5475193 commit 17079ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflows/mcp_servers/local_file_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async def list_files_non_recursive(
170170
repo: str = Field(description="The name of the repository"),
171171
path: str = Field(description="The path to the directory in the repository")) -> str:
172172
"""
173-
List the files of a directory from a local GitHub repository non recursively.
173+
List the files of a directory from a local GitHub repository non-recursively.
174174
"""
175175
source_path = Path(f"{LOCAL_GH_DIR}/{owner}/{repo}.zip")
176176
source_path = sanitize_file_path(source_path, [LOCAL_GH_DIR])

0 commit comments

Comments
 (0)