pub fn build_service(
state: Arc<SharedState>,
) -> StreamableHttpService<McpServer, LocalSessionManager>Expand description
Builds the tower service to mount at admin.mcp.path. Host validation is
disabled (agents reach the admin listener by any name; our own middleware
enforces Origin), sessions are rmcp’s default in-memory manager.