Skip to main content

Module tools

Module tools 

Source
Expand description

LSP Tools for AI Agents

Provides 4 LSP tools for AI to call:

  • lsp_hover: Get type signature and documentation
  • lsp_definition: Jump to definition
  • lsp_references: Find all references
  • lsp_diagnostics: Get diagnostics for a file

Structs§

LspDefinitionTool
Tool for jumping to definition
LspDiagnosticsTool
Tool for getting diagnostics (errors, warnings) for a file
LspHoverTool
Tool for getting hover information (type signature and documentation)
LspReferencesTool
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