From b37d705065ac45d7a2527ea229e5ead56acd3f44 Mon Sep 17 00:00:00 2001 From: allaun Date: Sun, 21 Jun 2026 01:33:04 -0500 Subject: [PATCH] fix(config): remove .cursor/mcp.json to prevent OpenCode duplicate MCP loads OpenCode was auto-discovering .cursor/mcp.json in addition to .mcp.json and spawning duplicate contextstream (and other) MCP servers. Remove the Cursor-specific config from the repo root and keep its content in .cursor-mcp-config.json for restoration when running Cursor. --- .cursor/mcp.json => .cursor-mcp-config.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cursor/mcp.json => .cursor-mcp-config.json (100%) diff --git a/.cursor/mcp.json b/.cursor-mcp-config.json similarity index 100% rename from .cursor/mcp.json rename to .cursor-mcp-config.json