fix(mcp): exclude serverUrl from mcp tool call params (#2654)

This commit is contained in:
Vikhyath Mondreti
2025-12-31 11:44:21 -08:00
committed by GitHub
parent 56e485d13b
commit 4301342ffb

View File

@@ -121,6 +121,7 @@ function handleBodySizeLimitError(error: unknown, requestId: string, context: st
*/
const MCP_SYSTEM_PARAMETERS = new Set([
'serverId',
'serverUrl',
'toolName',
'serverName',
'_context',