//! MCP protocol gateway routes.
//!
//! Provides Warp filters for the Model Context Protocol, proxying tool,
//! resource, prompt, subscription, logging and completion operations to
//! any [`McpServer`](bitrouter_core::api::mcp::gateway::McpServer) implementation.
pub use mcp_admin_filter;
pub use mcp_server_filter_with_payment_gate;
pub use ;