1 Commits

Author SHA1 Message Date
Chris Farhood c04772f382 Add .mcp.json 2026-05-25 21:47:37 +00:00
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}