Update README.md

This commit is contained in:
hiifong
2025-03-18 03:52:40 +00:00
parent 59693ffc5d
commit 51f2cf57d3

View File

@@ -20,4 +20,20 @@
}
}
}
```
- Cursor config
```json
{
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": [
"-t": "stdio",
"--host": "https://gitea.com",
"--token": "<your personal access token>"
]
}
}
}
```