Skip to content

Commit b63308e

Browse files
authored
Merge pull request #21 from leehack/streamable_https
Implement streamable https
2 parents 09addce + 2faa967 commit b63308e

16 files changed

+3054
-22
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "client_streamable_https",
9+
"type": "dart",
10+
"request": "launch",
11+
"program": "example/client_streamable_https.dart",
12+
"console": "terminal"
13+
},
714
{
815
"name": "anthropic-client-example",
916
"type": "dart",

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

0 commit comments

Comments
 (0)