Skip to main content

Crate database_mcp_config

Crate database_mcp_config 

Source
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.
DatabaseConfig
Database connection and behavior settings.
HttpConfig
HTTP transport binding and security settings.

Enums§

ConfigError
Errors that can occur during configuration validation.
DatabaseBackend
Supported database backends.