reddb-io-server 1.1.2

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
6
7
8
//! 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.

pub mod protocol;
pub mod server;
pub mod tools;