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.
//! MCP tool-schema handling.
//!//! Loads JSON schemas for server tools and validates tool inputs and
//! outputs against them.
pubmodloader;pubmodvalidator;pubuseloader::SchemaLoader;pubusevalidator::{SchemaValidationMode, SchemaValidationReport, SchemaValidator};