Alex Rudenko
|
8e06761572
|
fix: only require a page in page-scoped tools (#2030)
getSelectedMcpPage and getPageById throw if the page is not found, so
these should only be called for page-scoped tools.
|
2026-05-11 09:39:23 +00:00 |
|
Samiya Caur
|
6ce254e541
|
fix: add proactive tool rejection when dialog is open (#1978)
Adding proactive rejection of tool execution for tools which currently
get blocked due to open dialogs (related to #1069 )
|
2026-04-29 13:59:50 +00:00 |
|
Samiya Caur
|
06b331f403
|
fix: handle errors due to open dialogs during tool calls (#1953)
This change is part of the fix for #1069
- Errors during tool calls are now consumed and handled as part of
McpResponse format
|
2026-04-28 16:45:48 +00:00 |
|
Alex Rudenko
|
cb0079efbb
|
refactor: simplify the response texts (#1095)
- removed redundant headers in Markdown
- updates more tests to use snapshots
|
2026-03-04 07:23:37 +00:00 |
|