Files
Chris Farhood 43722ae883
CI / lint (push) Successful in 20s
CI / e2e (push) Failing after 3s
CI / test (push) Successful in 18s
CI / audit (push) Successful in 14s
CI / build-and-push (push) Has been skipped
CI / deploy-dev (push) Failing after 2s
CI / deploy-uat (push) Failing after 2s
Add .mcp.json
2026-05-25 21:46:20 +00:00

12 lines
190 B
JSON

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