Skip to content

Commit 64cccdb

Browse files
authored
Merge pull request #49 from syncable-dev/feature/langgraph-integration
feat: upgrate MCP server and sse. limitations on stdio mode on json o…
2 parents b221ee2 + ac1ec8f commit 64cccdb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

rust-mcp-server-syncable-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
tokio = { version = "1", features = ["full"] }
3636
env_logger = "0.11"
37-
syncable-cli = "0.18.0"
37+
syncable-cli = "0.18.2"
3838
axum = { version = "0.8.4", features = ["json"] }
3939
futures = "0.3.31"
4040
bytes = "1.10.1"

rust-mcp-server-syncable-cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ Licensed under the [MIT License](LICENSE). See [LICENSE](LICENSE) for details.
305305
[docs.rs]: https://docs.rs/rust-mcp-server-
306306

307307
## Konwn Issues
308-
- langgraph using sse version is still under development and is not functioning well.
308+
- langgraph using sse version is still under development and is not functioning well. (Fixed: json output is set to be true)
309+
- when use json output, stdio protocal has limitations on the size of json file 8k, which causes programe to hang if the analyze scan result is too big. If this protocal is rally needed, try to disable the json output in analysis_scan
310+
309311

310312

311313

0 commit comments

Comments
 (0)