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 11## 0.3.4-wip
22
33- 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.
46
57## 0.3.3
68
Original file line number Diff line number Diff line change @@ -1031,9 +1031,7 @@ base mixin DartToolingDaemonSupport
10311031 )..failureReason = CallToolFailureReason .dtdAlreadyConnected;
10321032
10331033 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.' )],
10371035 isError: true ,
10381036 )..failureReason = CallToolFailureReason .noActiveDebugSession;
10391037
You can’t perform that action at this time.
0 commit comments