Some checks failed
release-nightly / release-image (push) Has been cancelled
16 lines
339 B
JSON
16 lines
339 B
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>"
|
|
}
|
|
}
|
|
}
|
|
} |