- docs/svc-deployment-plan.md: detailed plan for mc-proxy + MCNS on svc as the public edge (executed and live) - .mcp.json: Gitea MCP server config for Claude Code integration - PLATFORM_EVOLUTION.md: mark mc-proxy route persistence as done Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"mcpServers": {
|
|
"gitea": {
|
|
"type": "stdio",
|
|
"command": "/home/kyle/.local/bin/gitea-mcp",
|
|
"env": {
|
|
"GITEA_HOST": "https://git.wntrmute.dev",
|
|
"GITEA_ACCESS_TOKEN": "873c9bf3ef872e11ca8811621dba0d7e3762cad9"
|
|
}
|
|
}
|
|
}
|
|
}
|