Skip to content

Commit 4301342

Browse files
fix(mcp): exclude serverUrl from mcp tool call params (#2654)
1 parent 56e485d commit 4301342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/tools/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ function handleBodySizeLimitError(error: unknown, requestId: string, context: st
121121
*/
122122
const MCP_SYSTEM_PARAMETERS = new Set([
123123
'serverId',
124+
'serverUrl',
124125
'toolName',
125126
'serverName',
126127
'_context',

0 commit comments

Comments
 (0)