Skip to content

Commit 5475193

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

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
@@ -161,7 +161,7 @@ async def list_files(
161161
return f"Invalid {owner} and {repo}. Check that the input is correct or try to fetch the repo from gh first."
162162
content = _list_files(source_path, path)
163163
if len(content) > FILE_LIMIT_FOR_LIST_FILES:
164-
return f"Too many files to display in {owner}/{repo} at path {path} ({len(content)} files). Try use `list_files_non_recursive` instead."
164+
return f"Too many files to display in {owner}/{repo} at path {path} ({len(content)} files). Try using `list_files_non_recursive` instead."
165165
return json.dumps(content, indent=2)
166166

167167
@mcp.tool()

0 commit comments

Comments
 (0)