Expand description
Configuration types for the database-mcp project.
Provides Config, DatabaseConfig, HttpConfig,
DatabaseBackend, and ConfigError shared across all workspace crates.
Structs§
- Config
- Runtime configuration for the MCP server.
- Database
Config - Database connection and behavior settings.
- Http
Config - HTTP transport binding and security settings.
Enums§
- Config
Error - Errors that can occur during configuration validation.
- Database
Backend - Supported database backends.