From 0155fcec26c89cfc3d1d513cebec58ed775250a5 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 21 Jun 2026 10:39:22 +0000 Subject: [PATCH] chore(mcp): clear neuledge-context project scope from .mcp.json Removes the project-scoped context MCP server entry with pinned library filters. Context7 is now integrated directly into the research skill; the neuledge-context project scope is no longer needed here. Co-Authored-By: Claude Sonnet 4.6 --- .mcp.json | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.mcp.json b/.mcp.json index b43c72e..7001130 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,18 +1,3 @@ { - "mcpServers": { - "context": { - "type": "stdio", - "command": "context", - "args": [ - "serve", - "--libs", - "claude-code-docs@2.1.98", - "mcp-docs@latest", - "agent-skills-standard@latest", - "github-copilot-docs@latest", - "openai-agents-sdk@latest" - ], - "env": {} - } - } -} + "mcpServers": {} +} \ No newline at end of file