From 4a48f065e961445aff938c4ecab98d0ffcfab0d9 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 15 Jun 2026 17:03:37 +0000 Subject: [PATCH] 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 --- .mcp.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.mcp.json b/.mcp.json index 9f39ff76..18bb4d81 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,10 +3,6 @@ "ha": { "type": "http", "url": "${HA_MCP_URL}" - }, - "paperless": { - "type": "http", - "url": "http://paperless-mcp.paperless-mcp.svc.cluster.local/mcp" } } }