get_context
Retrieves relevant documentation context based on the current code file, with adjustable depth. No need to manually search for documentation.
Instructions
Automatically provides relevant documentation context based on what code you're currently working on. No need to ask - it just knows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local project. | |
| currentFilePath | Yes | The path to the file currently being worked on. | |
| contextDepth | No | Optional. 'minimal', 'standard', or 'deep' (default: 'standard'). |