Expand description
Shared MCP server utilities and request types.
Provides types for tool request/response schemas,
pagination cursor helpers, and the Server wrapper plus
server_info used by per-backend server implementations.
Re-exports§
Modules§
- pagination
- Opaque cursor pagination helpers for MCP tool responses.
- types
- Request and response types for MCP tool parameters.
Structs§
- Server
- Cloneable, type-erased MCP server.
Functions§
- server_
info - Returns the shared
ServerInfofor all server implementations.