Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/dart_mcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [examples](example/) for some example code (server examples end in `_server.dart`).

### Invoking Client Capabilities

Expand Down
Loading