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:
Ashwin Bhat
2025-10-25 23:46:53 -07:00
parent 52fea66ba5
commit dc36364188
11 changed files with 17387 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# github-tools
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.