systemprompt-mcp 0.4.1

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
9
10
11
12
13
14
15
16
mod chart;
mod dashboard;
mod form;
pub mod html;
mod image;
mod list;
mod table;
mod text;

pub use chart::ChartRenderer;
pub use dashboard::DashboardRenderer;
pub use form::FormRenderer;
pub use image::ImageRenderer;
pub use list::ListRenderer;
pub use table::TableRenderer;
pub use text::TextRenderer;