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',