fix(GRO-2089): correct Authentik customer credential source in UAT_PLAYBOOK §5.25 #42

Merged
Flea Flicker merged 18 commits from flea/gro-2089-fix-authentik-credential-source into dev 2026-06-02 14:48:03 +00:00
Showing only changes of commit 0c41640f59 - Show all commits
+11
View File
@@ -0,0 +1,11 @@
{
"mcpServers": {
"gitea": {
"type": "http",
"url": "https://git-mcp.farh.net/mcp",
"headers": {
"Authorization": "Bearer ${GITEA_TOKEN}"
}
}
}
}