bctx-nexus 0.1.29

bctx-nexus — MCP/Nexus gateway with permission enforcement and tool registry
Documentation
1
2
3
4
5
6
7
8
9
pub mod gateway;
pub mod middleware;
pub mod permission;
pub mod registry;
pub mod server;

pub use gateway::ToolGateway;
pub use registry::ToolRegistry;
pub use server::NexusServer;