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 b2cc44e commit 971231fCopy full SHA for 971231f
example/iostream-client-server/simple.dart
@@ -53,4 +53,4 @@ Future<void> main() async {
53
final availableTools = await client.listTools();
54
final toolNames = availableTools.tools.map((e) => e.name);
55
print("Client setup complete. Available tools: $toolNames");
56
-}
+}
example/iostream-client-server/withPipeHelper.dart
@@ -67,4 +67,4 @@ Future<void> main() async {
67
68
69
70
0 commit comments