From 2378d849b852e035904fcb281e98c491fd0b0db5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:24:02 +0000 Subject: [PATCH] Initial analysis: Found root cause of tool description update issue Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com> --- mcp_settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mcp_settings.json b/mcp_settings.json index 9a0ad00..ede0dd4 100644 --- a/mcp_settings.json +++ b/mcp_settings.json @@ -8,6 +8,12 @@ ], "env": { "AMAP_MAPS_API_KEY": "your-api-key" + }, + "tools": { + "amap-maps_regeocode": { + "enabled": true, + "description": "My custom description" + } } }, "playwright": {