Skip to main content

systemprompt_api/routes/proxy/
mod.rs

1//! Reverse-proxy routes to managed backends.
2//!
3//! Fronts the [`agents`] (A2A) and [`mcp`] services, forwarding requests
4//! through the proxy engine and exposing their discovery metadata.
5
6pub mod agents;
7pub mod mcp;