GitHub Action entrypoint for running Mushi Mushi MCP tools in CI — trigger judge, dispatch fixes, gate merges on classification coverage.
| Tool name | Description | Destructive? |
|---|---|---|
| list_top_contributors | ✓ no | |
| award_bonus_points | ✓ no | |
| set_tier | ✓ no |
{
"mcpServers": {
"mushi-mushimcp-ci": {
"command": "npx",
"args": [
"-y",
"@mushi-mushi/mcp-ci"
]
}
}
}