dx-dcp 0.1.0

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

pub mod handler;
pub mod router;

pub use handler::{SharedArgs, ToolHandler, ToolResult};
pub use router::{BinaryTrieRouter, ServerCapabilities};