Skip to content

Commit 0f8f6a5

Browse files
committed
Clean up READMEs
1 parent 5d9f392 commit 0f8f6a5

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ npm run mcp:build
219219

220220
## MCP Integration
221221

222-
The app includes a Model Context Protocol (MCP) server that exposes GitHub operations as tools for AI agents and code editors like Cursor.
222+
The app includes a Model Context Protocol (MCP) server that exposes GitHub operations as tools for Amp Agent.
223223

224224
### Available MCP Tools
225225
- `leave_general_comment` - Leave general comments on pull requests

src/mcp/README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub MCP Server
22

3-
This directory contains the Model Context Protocol (MCP) server implementation for GitHub integration. The server exposes GitHub operations as tools that can be used by AI agents and code editors like Cursor.
3+
This directory contains the Model Context Protocol (MCP) server implementation for GitHub integration. The server exposes GitHub operations as tools that can be used by the Amp Agent.
44

55
## Available Tools
66

@@ -62,22 +62,6 @@ The MCP server works with GitHub App installations for authentication. When acce
6262

6363
## Integration with AI Agents
6464

65-
### Cursor Configuration
66-
67-
Add to your Cursor settings:
68-
69-
```json
70-
{
71-
"mcp.servers": {
72-
"github": {
73-
"command": "npm",
74-
"args": ["run", "mcp"],
75-
"cwd": "/path/to/your/cra-github/project"
76-
}
77-
}
78-
}
79-
```
80-
8165
### Amp Integration
8266

8367
The MCP server is automatically configured for use with Amp in `config.yml`:

0 commit comments

Comments
 (0)