analyze-cursor
Identifies and analyzes code context around a cursor position to support syntax analysis, dependency checks, and AI-assisted development workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column | Yes | Cursor column position (1-based) | |
context | Yes | Context around cursor | |
fileContent | Yes | Content of the file | |
filePath | Yes | Path to the file | |
line | Yes | Cursor line position (1-based) |