From d685bc75fef902867c53fe9e46fe8b8a7193758a Mon Sep 17 00:00:00 2001 From: Max Golovanov Date: Sun, 13 Sep 2026 21:42:15 -0700 Subject: [PATCH] chore: repo hygiene cleanup (no code changes) - Remove internal-only port references from README (MCP Coder / Inspector MCP / Memory Service) - Git-ignore .npmrc so the local registry/proxy config can't be committed - .vscode/mcp.json verified canonical (no machine-specific env) --- .gitignore | 3 +++ README.md | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5707b63..33087d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .env .env.* +# Local npm registry/proxy config (may contain auth tokens) +.npmrc + # Node modules node_modules/ diff --git a/README.md b/README.md index b6acaed..3c026fe 100644 --- a/README.md +++ b/README.md @@ -352,11 +352,6 @@ async with stdio_client( - **18005**: Local REST API (Express server) - **18006**: MCP HTTP streaming endpoint -**Avoids conflicts with:** -- 18004: MCP Coder -- 3333: Inspector MCP -- 3500: Memory Service - ## Troubleshooting ### Database Clone Failures