Stats
Actions
Tags
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-completion-chime": {
"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 ethansk/agent-completion-chime --plugin agent-completion-chime