Files
api/.mcp.json
Chris Farhood 185fce8e17
CI / Lint & Typecheck (push) Successful in 15s
CI / Test (push) Successful in 13s
CI / Build & Push Docker Images (push) Successful in 2m44s
Add .mcp.json
2026-05-24 18:14:57 +00:00

12 lines
190 B
JSON

{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}