Update README.md

This commit is contained in:
hiifong
2025-03-18 03:56:52 +00:00
parent 51f2cf57d3
commit 50b24dfb61

View File

@@ -4,26 +4,6 @@
**MCP Server Config**
```json
{
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": {
"-t": "stdio",
"--host": "https://gitea.com",
"--token": "<your personal access token>"
},
"env": {
"GITEA_HOST": "https://gitea.com",
"GITEA_ACCESS_TOKEN": "<your personal access token>"
}
}
}
}
```
- Cursor config
```json
{
"mcpServers": {
"gitea": {
@@ -32,8 +12,12 @@
"-t": "stdio",
"--host": "https://gitea.com",
"--token": "<your personal access token>"
]
],
// "env": {
// "GITEA_HOST": "https://gitea.com",
// "GITEA_ACCESS_TOKEN": "<your personal access token>"
// }
}
}
}
```
```