Skip to content

Modify DTD connection verbiage in example client #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 2, 2025
3 changes: 2 additions & 1 deletion pkgs/dart_mcp/example/workflow_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ final class WorkflowClient extends MCPClient with RootsSupport {
if (dtdUri != null) {
chatHistory.add(
gemini.Content.text(
'Connect to the Dart Tooling Daemon (DTD) at $dtdUri.',
'If you need to establish a Dart Tooling Daemon (DTD) connection, '
'use this URI: $dtdUri.',
),
);
}
Expand Down