mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-25 07:06:05 +00:00
Add code-review plugin MCP inline comment tool
This commit adds a new tools for creating inline comments on GitHub pull requests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
15
plugins/code-review/plugin.json
Normal file
15
plugins/code-review/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "code-review",
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"mcpServers": {
|
||||
"github-inline-comment": {
|
||||
"type": "stdio",
|
||||
"command": "node",
|
||||
"args": ["${CLAUDE_PLUGIN_ROOT}/github-tools/index.ts"],
|
||||
"env": {
|
||||
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user