diff --git a/.continue/mcpServers/mcp.json b/.continue/mcpServers/mcp.json new file mode 100644 index 0000000..70d1f05 --- /dev/null +++ b/.continue/mcpServers/mcp.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "gitea": { + "command": "gitea-mcp", + "args": [ + "-t", + "stdio", + "--host", + "https://gitea.com" //your host + ], + "env": { + "GITEA_ACCESS_TOKEN": "" + } + } + } +} \ No newline at end of file