shibuiwilliam/review-helper
v0.1.0MIT
PRレビューを支援するスキルとメモ用MCPサーバーを同梱したサンプルプラグイン
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
review-notesstdio
{
"type": "stdio",
"command": "python3",
"args": [
"${PLUGIN_ROOT}/servers/notes_server.py"
],
"env": {
"NOTES_FILE": "${PLUGIN_DATA}/notes.json"
},
"cwd": "${PLUGIN_ROOT}"
}remote-examplestreamable-http
{
"type": "streamable-http",
"url": "https://tools.example.com/mcp",
"headers": {
"X-Tenant": "public-tenant"
}
}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": "review-helper",
"version": "0.1.0",
"description": "PRレビューを支援するスキルとメモ用MCPサーバーを同梱したサンプルプラグイン",
"author": {
"name": "Tech Blog Author",
"url": "https://example.com"
},
"license": "MIT",
"keywords": ["review", "sample"],
"extensions": {
"com.example.myclient": {
"theme": "dark"
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.example.myclient