infra/.mcp.json
Viktor Barzin 4a48f065e9
All checks were successful
ci/woodpecker/push/default Pipeline was successful
mcp: drop project-scoped paperless from .mcp.json (paperless is now wizard-only)
Paperless is a personal tool for wizard, not shared. It was project-scoped in the
infra repo's .mcp.json (the in-cluster paperless-mcp proxy), so every user whose
~/code IS an infra clone (emo, ancamilea) auto-loaded it. Per request, paperless
should be wizard-only: wizard now runs his own direct, token-based paperless MCP in
his user-scope config (a local barryw/paperlessmcp container -> paperless-ngx).
Removing the shared entry so emo and other infra-clone users no longer get it; the
`ha` MCP stays project-scoped. emo's clone drops it on next freshen.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 17:03:37 +00:00

8 lines
95 B
JSON

{
"mcpServers": {
"ha": {
"type": "http",
"url": "${HA_MCP_URL}"
}
}
}