ReadFiles
Extract full content or specific line ranges from files using absolute paths. Supports ~ notation and line extraction for task-specific needs. Part of the mcp-wcgw server for enhanced file handling and shell integration.
Instructions
- Read full file content of one or more files.
- Provide absolute paths only (~ allowed)
- Only if the task requires line numbers understanding:
- You may extract a range of lines. E.g.,
/path/to/file:1-10
for lines 1-10. You can drop start or end like/path/to/file:1-
or/path/to/file:-10
- You may extract a range of lines. E.g.,
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_paths | Yes |