mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
fix(mcp): exclude serverUrl from mcp tool call params (#2654)
This commit is contained in:
committed by
GitHub
parent
56e485d13b
commit
4301342ffb
@@ -121,6 +121,7 @@ function handleBodySizeLimitError(error: unknown, requestId: string, context: st
|
||||
*/
|
||||
const MCP_SYSTEM_PARAMETERS = new Set([
|
||||
'serverId',
|
||||
'serverUrl',
|
||||
'toolName',
|
||||
'serverName',
|
||||
'_context',
|
||||
|
||||
Reference in New Issue
Block a user