mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-27 16:15:55 +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:
@@ -88,6 +88,16 @@ https://github.com/owner/repo/blob/abc123.../src/utils.ts#L23-L28
|
||||
|
||||
This plugin is included in the Claude Code repository. The command is automatically available when using Claude Code.
|
||||
|
||||
### Building the MCP server
|
||||
|
||||
To build the GitHub tools MCP server:
|
||||
|
||||
```bash
|
||||
cd plugins/code-review/github-tools
|
||||
bun install
|
||||
bun run build
|
||||
```
|
||||
|
||||
## Best Practices
|
||||
|
||||
### Using `/code-review`
|
||||
|
||||
Reference in New Issue
Block a user