Initial commit
Some checks failed
ai-reviews / review (pull_request) Failing after 6m45s

This commit is contained in:
2025-11-18 13:28:56 +00:00
commit ac3a18bb6b
5 changed files with 146 additions and 0 deletions

16
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"<your host>"
],
"env": {
"GITEA_ACCESS_TOKEN": "<your personal access token>"
}
}
}
}