advatar/actum-telemetry
v0.1.0Apache-2.0
Manage permissioned Actum developer telemetry and bounded proof workflows.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
actum-telemetrystdio
{
"type": "stdio",
"command": "./bin/actum-telemetry-mcp",
"args": [],
"env": {
"ACTUM_PLUGIN_DATA": "${PLUGIN_DATA}"
},
"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": "actum-telemetry",
"version": "0.1.0",
"description": "Manage permissioned Actum developer telemetry and bounded proof workflows.",
"author": {"name":"ActiveChain contributors","url":"https://github.com/advatar/ActiveChain"},
"homepage": "https://pow.actum.network",
"repository": "https://github.com/advatar/ActiveChain",
"license": "Apache-2.0",
"keywords": ["actum","telemetry","proof-of-work","mcp","privacy"]
}