We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14502a3 + 89b6a20 commit b52d964Copy full SHA for b52d964
2 files changed
rust-mcp-server-syncable-cli/CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## [Unreleased]
4
5
+## [0.1.6](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.5...v0.1.6) - 2025-06-26
6
+
7
+### Added
8
9
+- add examples using langgraph for stdio and sse mode
10
+- server side with http call is ready
11
12
+### Other
13
14
+- Merge remote-tracking branch 'origin/main' into feature/langgraph-integration
15
16
## [0.1.5](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.4...v0.1.5) - 2025-06-26
17
18
### Other
rust-mcp-server-syncable-cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rust-mcp-server-syncable-cli"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
authors = [
"Lishuai Jing <lishuai@syncable.dev>",
0 commit comments