2 Commits

Author SHA1 Message Date
Chris Farhood 7812f0b3ad Add .mcp.json 2026-05-24 18:16:10 +00:00
Scrubs McBarkley 4c71c639dd Merge pull request 'docs: add MCP-driven execution method to site UAT playbook (GRO-1502)' (#10) from docs/GRO-1502-uat-mcp-migration into main
docs: add MCP-driven UAT execution method (GRO-1502)
2026-05-22 11:48:04 +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}"
}
}
}
}