We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c27a03 + 0d6f298 commit b221ee2Copy full SHA for b221ee2
2 files changed
rust-mcp-server-syncable-cli/CHANGELOG.md
@@ -47,6 +47,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
48
## [Unreleased]
49
50
+## [0.1.11](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.10...v0.1.11) - 2025-09-12
51
+
52
+### Added
53
54
+- fixed json output print
55
+- update dependency
56
+- add limitations for langgraph sse use case
57
58
## [0.1.6](https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.5...v0.1.6) - 2025-06-26
59
60
### Added
rust-mcp-server-syncable-cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-mcp-server-syncable-cli"
3
-version = "0.1.10"
+version = "0.1.11"
4
edition = "2021"
5
authors = [
6
"Lishuai Jing <lishuai@syncable.dev>",
0 commit comments