Skip to content

Commit be3f208

Browse files
authored
Drop the elicitInput fallback error log (redundant with debug log, noisy in prod) (#1259)
1 parent 747f4e1 commit be3f208

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

packages/hosts/mcp/src/tool-server.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,6 @@ const makeMcpElicitationHandler =
260260
error,
261261
clientCapabilities: server.server.getClientCapabilities() ?? null,
262262
});
263-
console.error(
264-
"[executor] elicitInput failed - falling back to cancel.",
265-
JSON.stringify({
266-
error,
267-
requestTag,
268-
...capabilitySnapshot(server),
269-
}),
270-
);
271263
return { action: "cancel" as const } as ElicitationResponse;
272264
}
273265
});

0 commit comments

Comments
 (0)