SafeAgent✓
io.github.azender1/safeagent · v0.1.14
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.azender1/safeagent",
"description": "Execution guard for AI agents — prevents duplicate tool calls on retry.",
"title": "SafeAgent",
"repository": {
"url": "https://github.com/azender1/SafeAgent",
"source": "github"
},
"version": "0.1.14",
"packages": [
{
"registryType": "pypi",
"identifier": "safeagent-exec-guard",
"version": "0.1.14",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}