From b0b0989d369616545781d7b568f14b741511b93e Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Thu, 19 Mar 2026 22:26:07 +0100 Subject: [PATCH] fix(openclaw): revert invalid github tools/mcp config --- modules/openclaw-config.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index eb9d1fc..3d69a9e 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -27,18 +27,6 @@ } } }, - "mcpServers": { - "github": { - "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-github" - ], - "env": { - "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" - } - } - }, "tools": { "elevated": { "enabled": true }, "exec": { "security": "full", "ask": "off" },