AgentMesh MCP Rust SDK
Standalone Rust crate for the Agent Governance Toolkit MCP governance/security surface — response scanning, message signing, session authentication, credential redaction, rate limiting, tool metadata scanning, gateway decisions, and categorical metrics.
Public Preview — APIs may change before 1.0.
Install
[]
= "3.0.2"
Quick Start
use ;
use Arc;
use Duration;
let signer = new?;
let signed: McpSignedMessage = signer.sign?;
signer.verify?;
let redactor = new?;
let result = redactor.redact;
assert!;
# Ok::
Also Available in the Full SDK
If you also need trust, identity, policy, and audit primitives, install the full crate instead:
License
See repository root LICENSE.