Skip to main content

Module code

Module code 

Source
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§

CodeToolConfig
Configuration controlling which code.* backends are available.

Functions§

code_tool_provider
Build a tool provider containing all code.* tools.