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.
//! Scheduled background jobs for the MCP domain.
//!//! Houses the periodic session-cleanup job that expires and prunes stale
//! `mcp_sessions` rows.
modmcp_session_cleanup;