Add .mcp.json

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