MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
update-probestdio
{
"type": "stdio",
"command": "python",
"args": [
"-u",
"./scripts/server.py"
],
"env": {
"UPDATE_PROBE_LOADER": "portable-default-cwd",
"PYTHONDONTWRITEBYTECODE": "1"
}
}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": "update-probe",
"version": "0.2.1",
"description": "Offline update test: 0.2.1 / AMBER / Skill + MCP UI.",
"author": {
"name": "whyuds"
},
"repository": "https://github.com/whyuds/agent-plugins-test"
}