Files
Chris Farhood 24d1b199ea
CI / lint (push) Successful in 4s
CI / typecheck (push) Failing after 18s
CI / test (push) Failing after 1m13s
CI / build-and-push (push) Has been skipped
CI / deploy-dev (push) Failing after 31s
CI / deploy-uat (push) Failing after 32s
Add .mcp.json
2026-05-25 21:46:58 +00:00

12 lines
190 B
JSON

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