read_file
Read the contents of a project file by path, relative to the project root or working directory. Use it to inspect source code, configuration, or artifacts and return content or an error.
Instructions
Read a file at path (relative to PROJECT_MCP_ROOT or cwd). Returns content or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |