Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

Dispatch layer for DCP tool routing.

Re-exports§

pub use handler::SharedArgs;
pub use handler::ToolHandler;
pub use handler::ToolResult;
pub use router::BinaryTrieRouter;
pub use router::ServerCapabilities;

Modules§

handler
Tool handler trait and types for zero-copy execution.
router
Binary Trie Router for O(1) tool dispatch.