From 4301342ffbe4f22860702da99b2fb444b97795f5 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Wed, 31 Dec 2025 11:44:21 -0800 Subject: [PATCH] fix(mcp): exclude serverUrl from mcp tool call params (#2654) --- apps/sim/tools/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/tools/index.ts b/apps/sim/tools/index.ts index b0f6f6fd3..f92f45180 100644 --- a/apps/sim/tools/index.ts +++ b/apps/sim/tools/index.ts @@ -121,6 +121,7 @@ function handleBodySizeLimitError(error: unknown, requestId: string, context: st */ const MCP_SYSTEM_PARAMETERS = new Set([ 'serverId', + 'serverUrl', 'toolName', 'serverName', '_context',