添加 .continue/mcpServers/mcp.json

This commit is contained in:
2025-11-04 04:14:51 +00:00
parent a20dfe02b1
commit ae39f68770

View File

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