We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab9482 commit dbedc6dCopy full SHA for dbedc6d
pkgs/dart_mcp_server/lib/src/mixins/dtd.dart
@@ -615,7 +615,7 @@ base mixin DartToolingDaemonSupport
615
'Connects to the Dart Tooling Daemon. You should get the uri either '
616
'from available tools or the user, do not just make up a random URI to '
617
'pass. When asking the user for the uri, you should suggest the "Copy '
618
- 'DTD Uri to clipboard" action. Do . When reconnecting after losing a '
+ 'DTD Uri to clipboard" action. When reconnecting after losing a '
619
'connection, always request a new uri first.',
620
annotations: ToolAnnotations(title: 'Connect to DTD', readOnlyHint: true),
621
inputSchema: Schema.object(
0 commit comments