database-mcp-config 0.7.0

Config for database-mcp
Documentation
1
2
3
4
5
6
7
8
//! Configuration types for the database-mcp project.
//!
//! Provides [`Config`], [`DatabaseConfig`], [`HttpConfig`],
//! [`DatabaseBackend`], and [`ConfigError`] shared across all workspace crates.

mod config;

pub use config::{Config, ConfigError, DatabaseBackend, DatabaseConfig, HttpConfig};