Stats
Actions
Tags
From agent-ping
Runs end-to-end tests via a custom Node.js MCP server that executes locally, enabling Claude to trigger test suites and capture results.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-ping": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/mcp-server.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub davidwilsby/agent-ping --plugin agent-ping