From 720d458d273f4f6b9f4fa79919a6e4a99ac0287a Mon Sep 17 00:00:00 2001 From: Juan Campuzano Date: Wed, 20 Aug 2025 11:16:58 -0500 Subject: [PATCH 1/2] fix: Update README.md --- pkgs/dart_mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/dart_mcp/README.md b/pkgs/dart_mcp/README.md index 8d566808..a42e70cf 100644 --- a/pkgs/dart_mcp/README.md +++ b/pkgs/dart_mcp/README.md @@ -18,7 +18,7 @@ Each mixin has doc comments explaining how to use it - some may require you to provide implementations of methods, while others may just expose new methods that you can call. -See the [server example](example/simple_server.dart) for some example code. +See the [server example](example/sampling_server.dart) for some example code. ### Invoking Client Capabilities From a62b38908cd6286e1c54c64f474b3cb2c122f9b1 Mon Sep 17 00:00:00 2001 From: Juan Campuzano Date: Wed, 20 Aug 2025 11:58:25 -0500 Subject: [PATCH 2/2] fix: Update pkgs/dart_mcp/README.md Co-authored-by: Jacob MacDonald --- pkgs/dart_mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/dart_mcp/README.md b/pkgs/dart_mcp/README.md index a42e70cf..9de6bb64 100644 --- a/pkgs/dart_mcp/README.md +++ b/pkgs/dart_mcp/README.md @@ -18,7 +18,7 @@ Each mixin has doc comments explaining how to use it - some may require you to provide implementations of methods, while others may just expose new methods that you can call. -See the [server example](example/sampling_server.dart) for some example code. +See the [examples](example/) for some example code (server examples end in `_server.dart`). ### Invoking Client Capabilities