arbit 0.7.0

Security proxy for MCP (Model Context Protocol) — auth, rate limiting, payload filtering, and audit logging between AI agents and MCP servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod audit;
pub mod config;
pub mod decode;
pub mod gateway;
pub mod hitl;
pub mod jwt;
pub mod live_config;
pub mod metrics;
pub mod middleware;
pub mod prompt_injection;
pub mod schema_cache;
pub mod transport;
pub mod upstream;
pub mod verify;