bitrouter-providers 0.31.2

BitRouter provider adapters — HTTP client, auth, streaming
Documentation
1
2
3
4
5
6
7
8
9
//! MCP client runtime -- connects to upstream MCP servers and aggregates capabilities.

pub mod bridge;
pub mod config;
pub mod registry;
pub mod upstream;

pub(crate) mod convert;
pub(crate) mod transport;