From 6155b3627963658ee939bfc4d3947f45cfe8f7c3 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Thu, 19 Mar 2026 22:17:54 +0100 Subject: [PATCH] . --- modules/openclaw-config.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index 427c365..eb9d1fc 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -27,11 +27,19 @@ } } }, - "tools": { + "mcpServers": { "github": { - "enabled": true, - "token": "${GITHUB_TOKEN}" - }, + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-github" + ], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" + } + } + }, + "tools": { "elevated": { "enabled": true }, "exec": { "security": "full", "ask": "off" }, "web": {