systemprompt-mcp 0.14.3

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.
Documentation
1
2
3
4
5
6
7
8
//! CLI integration surface for the MCP domain.
//!
//! Re-exports the command functions that the `systemprompt` CLI invokes to
//! start, stop, and inspect managed MCP servers.

mod commands;

pub use commands::*;