Expand description
code.* tool provider for semantic code navigation and search.
The tools in this module provide multi-backend dispatch for code intelligence operations. When no backend is configured, each tool returns a descriptive message explaining which dependencies are required.
The actual backend dispatch (daemon proxy, LSP client) is injected by the consumer (e.g. the MCP server) at startup.
Structs§
- Code
Tool Config - Configuration controlling which
code.*backends are available.
Functions§
- code_
tool_ provider - Build a tool provider containing all
code.*tools.