Skip to content

Commit 553ce42

Browse files
committed
Update docs
1 parent cbbe791 commit 553ce42

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.0
2+
3+
- Add support for StreamableHTTP client
4+
- Add support for StreamableHTTP server
5+
16
## 0.3.6
27

38
- Improve pub.dev points

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Ensure you have the correct Dart SDK version installed. See <https://dart.dev/ge
1616
## Features
1717

1818
- Stdio support (Server and Client)
19-
- SSE support (Server only for now)
19+
- StreamableHTTP support (Server and Client)
20+
- SSE support (Server only) - Deprecated
2021
- Tools
2122
- Resources
2223
- Prompts

example/example.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void main() async {
5151
}
5252
```
5353

54-
## SSE Server
54+
## SSE Server (Deprecated)
5555

5656
```dart
5757
import 'dart:io';
@@ -111,8 +111,4 @@ Future<void> main() async {
111111
}
112112
```
113113

114-
## More Examples
115-
116-
- [Stdio Server](server_stdio.dart)
117-
- [Stdio Client](client_stdio.dart)
118-
- [SSE Server](server_sse.dart)
114+
## [More Examples](https://github.com/leehack/mcp_dart/tree/main/example)

0 commit comments

Comments
 (0)