File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dart_mcp_server/lib/src/mixins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 0.3.4-wip
2
2
3
3
- Update the tool calling example to include progress notifications.
4
+ - Remove a reference to "screenshot" for a generic error that occurs for more
5
+ than just screenshots.
4
6
5
7
## 0.3.3
6
8
Original file line number Diff line number Diff line change @@ -1031,9 +1031,7 @@ base mixin DartToolingDaemonSupport
1031
1031
)..failureReason = CallToolFailureReason .dtdAlreadyConnected;
1032
1032
1033
1033
static final _noActiveDebugSession = CallToolResult (
1034
- content: [
1035
- TextContent (text: 'No active debug session to take a screenshot' ),
1036
- ],
1034
+ content: [TextContent (text: 'No active debug session.' )],
1037
1035
isError: true ,
1038
1036
)..failureReason = CallToolFailureReason .noActiveDebugSession;
1039
1037
You can’t perform that action at this time.
0 commit comments