RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
//! MCP (Model Context Protocol) server for RedDB.
//!//! Exposes RedDB's multi-model storage capabilities to AI agents over
//! the standard MCP JSON-RPC protocol via stdio.
pubmodprotocol;pubmodserver;pubmodtools;