jmfloreszazo/enterprise-deploy-guard
v1.0.0MIT
Portable deployment-governance capability for enterprise AI agents.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
deployment-governancestdio
{
"type": "stdio",
"command": "dotnet",
"args": [
"${PLUGIN_ROOT}/bin/DeploymentGovernance.Mcp.dll"
],
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "enterprise-deploy-guard",
"version": "1.0.0",
"description": "Portable deployment-governance capability for enterprise AI agents.",
"author": {
"name": "Enterprise Architecture"
},
"repository": "https://github.com/your-org/agent-plugins-1-enterprise-demo",
"license": "MIT",
"keywords": ["architecture", "deployment", "governance", "mcp", "agent"]
}