From bf00391d426615b160d4438b95a6a11fdc126231 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Mon, 24 Nov 2025 14:24:37 -0800 Subject: [PATCH] [2.3.1] Fix .mcp.json format - remove mcpServers wrapper --- plugins/compounding-engineering/.mcp.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/plugins/compounding-engineering/.mcp.json b/plugins/compounding-engineering/.mcp.json index 8e1718b..63a585d 100644 --- a/plugins/compounding-engineering/.mcp.json +++ b/plugins/compounding-engineering/.mcp.json @@ -1,14 +1,12 @@ { - "mcpServers": { - "playwright": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@playwright/mcp@latest"], - "env": {} - }, - "context7": { - "type": "sse", - "url": "https://mcp.context7.com/sse" - } + "playwright": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@playwright/mcp@latest"], + "env": {} + }, + "context7": { + "type": "sse", + "url": "https://mcp.context7.com/sse" } } \ No newline at end of file