database-mcp 0.6.3

A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
1
2
3
4
5
6
7
//! Transport command modules.
//!
//! Each submodule handles a specific MCP transport mode.

pub(crate) mod common;
pub(crate) mod http;
pub(crate) mod stdio;