Skip to content

Commit 705dd09

Browse files
authored
Add isError=true when there is an error (mondaycom#79)
* build fix for PR 80 * adding isError when error * version bump
1 parent 3de92d4 commit 705dd09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/agent-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mondaydotcomorg/agent-toolkit",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"description": "monday.com agent toolkit",
55
"exports": {
66
"./mcp": {

packages/agent-toolkit/src/mcp/toolkit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export class MondayAgentToolkit extends McpServer {
197197
text: `Failed to execute tool ${toolName}: ${errorMessage}`,
198198
},
199199
],
200+
isError: true
200201
};
201202
}
202203
}

0 commit comments

Comments
 (0)