Expand description
Shared MCP server utilities.
Provides map_error, server_info, and shared tool implementation
functions used by per-backend handler implementations.
Modules§
- tools
- Shared tool implementation functions.
Functions§
- map_
error - Converts a displayable error into an MCP
ErrorData. - server_
info - Returns the shared
ServerInfofor all handler implementations.