Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/dart_mcp_server/lib/src/mixins/dtd.dart
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ base mixin DartToolingDaemonSupport
'Connects to the Dart Tooling Daemon. You should get the uri either '
'from available tools or the user, do not just make up a random URI to '
'pass. When asking the user for the uri, you should suggest the "Copy '
'DTD Uri to clipboard" action. Do . When reconnecting after losing a '
'DTD Uri to clipboard" action. When reconnecting after losing a '
'connection, always request a new uri first.',
annotations: ToolAnnotations(title: 'Connect to DTD', readOnlyHint: true),
inputSchema: Schema.object(
Expand Down
Loading