Files
ai-develops/.continue/mcpServers/mcp.json

16 lines
274 B
JSON

{
"mcpServers": {
"gitea": {
"command": "gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"https://gitea.com" //your host
],
"env": {
"GITEA_ACCESS_TOKEN": "<your personal access token>"
}
}
}
}