You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A GitHub App for automated code reviews using Hono.js and Amp.
9
9
-**Queue Management**: Efficient job queuing and processing
10
10
-**Code Review**: AI-powered code analysis and feedback
11
11
-**Check Runs**: Integration with GitHub's check runs API for status reporting
12
-
-**MCP Server**: Model Context Protocol server for AI agent integration
12
+
-**Toolbox Integration**: Simple executable tools for AI agent integration
13
13
14
14
**Requirements**: Amp account with API key required for code reviews.
15
15
@@ -23,7 +23,7 @@ A GitHub App for automated code reviews using Hono.js and Amp.
23
23
pnpm install
24
24
```
25
25
26
-
2.**Build (required for MCP server)**
26
+
2.**Build (required for toolbox)**
27
27
```bash
28
28
pnpm run build
29
29
```
@@ -162,20 +162,14 @@ pnpm run type-check
162
162
pnpm run lint
163
163
```
164
164
165
-
### MCP Server
166
-
Run the standalone MCP server:
167
-
```bash
168
-
pnpm run mcp
169
-
```
170
-
171
-
Or build and run:
172
-
```bash
173
-
pnpm run mcp:build
174
-
```
165
+
### Toolbox
175
166
176
-
## MCP Integration
167
+
The app uses Amp's toolbox feature to provide GitHub operations as simple executable tools. Tools are located in `toolbox/` and copied to `dist/toolbox/` during build.
177
168
178
-
The app includes a Model Context Protocol (MCP) server that exposes GitHub operations as tools for Amp Agent. See [`src/mcp/README.md`](src/mcp/README.md) for details.
0 commit comments