From 20833af1a04570a90b560fbface97292a754540b Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Wed, 31 Dec 2025 11:35:10 -0800 Subject: [PATCH] fix(mcp): exclude serverUrl from mcp tool call params --- 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 b0f6f6fd36..f92f451807 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',