dx-dcp 0.1.0

Development Context Protocol - binary-first replacement for MCP
Documentation
1
2
3
4
5
6
7
//! Protocol layer for DCP.

pub mod parser;
pub mod schema;

pub use parser::MessageParser;
pub use schema::{FieldDef, InputSchema, ToolSchema};