Skip to main content

agentmesh_mcp/
lib.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Standalone MCP governance and security primitives for AgentMesh.
5
6pub mod mcp;
7
8pub use mcp::*;