Add .mcp.json

This commit is contained in:
2026-05-24 18:16:10 +00:00
parent 4c71c639dd
commit 7812f0b3ad
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}