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::GetTableSchemaRequest;pub use types::ListTablesRequest;pub use types::QueryRequest;
Modules§
Functions§
- server_
info - Returns the shared
ServerInfofor all server implementations.