mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -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([
|
const MCP_SYSTEM_PARAMETERS = new Set([
|
||||||
'serverId',
|
'serverId',
|
||||||
|
'serverUrl',
|
||||||
'toolName',
|
'toolName',
|
||||||
'serverName',
|
'serverName',
|
||||||
'_context',
|
'_context',
|
||||||
|
|||||||
Reference in New Issue
Block a user