Add .mcp.json

This commit is contained in:
2026-05-25 21:46:20 +00:00
parent 1fc51f1603
commit 43722ae883
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}