From 7eeb136233e60e51a469fbbd59c5fcce62b0d9ba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:21:56 +0000 Subject: [PATCH] Complete fix with screenshots and full testing Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com> --- mcp_settings.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/mcp_settings.json b/mcp_settings.json index 073bd5b..9a0ad00 100644 --- a/mcp_settings.json +++ b/mcp_settings.json @@ -33,30 +33,6 @@ "SLACK_BOT_TOKEN": "your-bot-token", "SLACK_TEAM_ID": "your-team-id" } - }, - "test-import-server": { - "enabled": true, - "owner": "admin", - "type": "stdio", - "command": "npx", - "args": [ - "-y", - "test-package" - ], - "env": { - "TEST_VAR": "test-value" - } - }, - "test-openapi-server-correct": { - "enabled": true, - "owner": "admin", - "type": "openapi", - "openapi": { - "url": "http://localhost:3002/openapi.json" - }, - "headers": { - "X-API-Key": "test-key" - } } }, "users": [ @@ -86,9 +62,6 @@ ], "requiresAuthentication": false } - }, - "routing": { - "skipAuth": true } } } \ No newline at end of file