Get project file
get_fileRead a project file's content, optionally limiting output to a 1-based line range while returning redacted text to protect sensitive data.
Instructions
Read redacted text from one effective project file using an optional 1-based line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Existing file path inside the effective project selection. | |
| branch | No | Optional Git branch for a remote project URL; invalid for local project paths. | |
| project | No | Absolute root path returned by list_projects, or a Git URL when the server allows remote sources. Optional only when one local root is configured. | |
| end_line | No | Last 1-based line, inclusive; integer or numeric string. | |
| start_line | No | First 1-based line; integer or numeric string. |