Structs§
- Tool
Registry - Central registry mapping tool names to their trait-based handlers. Replaces the match-cascade dispatch for migrated tools while coexisting with the legacy dispatch for tools not yet migrated.
Functions§
- build_
registry - Register all trait-based tools. Called once during server startup. Tools are added here as they are migrated from the legacy dispatch.