jnyross/multishooter
v0.1.0
Present focused evidence and collect typed review decisions from coding agents.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
multishooterstdio
{
"type": "stdio",
"command": "bun",
"args": [
"${PLUGIN_ROOT}/dist/mcp.js"
]
}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": "multishooter",
"version": "0.1.0",
"description": "Present focused evidence and collect typed review decisions from coding agents.",
"author": {
"name": "MultiShooter maintainers"
},
"homepage": "https://github.com/jnyross/MultiShooter",
"repository": "https://github.com/jnyross/MultiShooter",
"keywords": ["coding-agents", "review", "mcp"]
}