Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Farhood 43722ae883 Add .mcp.json
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
2026-05-25 21:46:20 +00:00
Savannah Savings 1fc51f1603 Merge pull request 'Promote to Production: CAR-894 Gitea workflows migration' (#26) from uat into main
CI / lint (push) Successful in 12s
CI / test (push) Successful in 10s
CI / audit (push) Successful in 19s
CI / e2e (push) Successful in 1m7s
CI / deploy-dev (push) Failing after 2s
CI / build-and-push (push) Failing after 10s
CI / deploy-uat (push) Failing after 3s
2026-05-24 18:51:39 +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}"
}
}
}
}