Expand description
Shared MCP server utilities, error types, and request types.
Provides AppError, request types, and server_info used
by per-backend server implementations.
Re-exports§
pub use error::AppError;pub use types::CreateDatabaseRequest;pub use types::ExplainQueryRequest;pub use types::GetTableSchemaRequest;pub use types::ListTablesRequest;pub use types::QueryRequest;
Modules§
- error
- Application error types for the MCP server.
- 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.