Native Model Context Protocol (MCP) implementation for systemprompt.io. Orchestration, per-server OAuth2, RBAC middleware, and tool-call governance — the core of the AI governance pipeline.
//! Multi-server lifecycle and state orchestration: tool discovery/loading
//! across MCP servers and runtime service-state lookups backed by the database.
modloader;modmodels;modstate;pubuseloader::McpToolLoader;pubusemodels::{McpServerConnectionInfo, McpServiceState, ServerStatus, SkillLoadingResult};pubusestate::ServiceStateManager;pubusesystemprompt_models::a2a::McpServerMetadata;