Expand description
LSP Tools for AI Agents
Provides 4 LSP tools for AI to call:
lsp_hover: Get type signature and documentationlsp_definition: Jump to definitionlsp_references: Find all referenceslsp_diagnostics: Get diagnostics for a file
Structs§
- LspDefinition
Tool - Tool for jumping to definition
- LspDiagnostics
Tool - Tool for getting diagnostics (errors, warnings) for a file
- LspHover
Tool - Tool for getting hover information (type signature and documentation)
- LspReferences
Tool - Tool for finding all references
Functions§
- detect_
language_ from_ path - Detect language identifier from file path extension
- lsp_
tools - Create all LSP tools with the given registry