We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce45865 commit 374a646Copy full SHA for 374a646
src/tools/actor.ts
@@ -398,11 +398,6 @@ The step parameter enforces this workflow - you cannot call an Actor without fir
398
399
return { content };
400
} catch (error) {
401
- if (error instanceof Error && error.message === 'Operation cancelled') {
402
- // Receivers of cancellation notifications SHOULD NOT send a response for the cancelled request
403
- // https://modelcontextprotocol.io/specification/2025-06-18/basic/utilities/cancellation#behavior-requirements
404
- return { };
405
- }
406
log.error('Error with Actor operation', { error, actorName, step });
407
return {
408
content: [
0 commit comments