Add .mcp.json

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