Skip to content

Commit dbedc6d

Browse files
authored
fix cruft in description (#179)
1 parent 3ab9482 commit dbedc6d

File tree

1 file changed

+1
-1
lines changed
  • pkgs/dart_mcp_server/lib/src/mixins

1 file changed

+1
-1
lines changed

pkgs/dart_mcp_server/lib/src/mixins/dtd.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ base mixin DartToolingDaemonSupport
615615
'Connects to the Dart Tooling Daemon. You should get the uri either '
616616
'from available tools or the user, do not just make up a random URI to '
617617
'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 '
618+
'DTD Uri to clipboard" action. When reconnecting after losing a '
619619
'connection, always request a new uri first.',
620620
annotations: ToolAnnotations(title: 'Connect to DTD', readOnlyHint: true),
621621
inputSchema: Schema.object(

0 commit comments

Comments
 (0)