From github-ci
prune-watch MCP server running locally as a stdio subprocess via 'bun run start' in the plugin directory. Capabilities unclear; key suggests pruning and file watching features.
npx claudepluginhub lamtuanvu/agentskills --plugin github-ciAdd to your .mcp.json:
{
"mcpServers": {
"github-ci": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun