rust-mcp-server-syncable-cli 0.1.12

High-performance Model Context Protocol (MCP) server for code analysis, security scanning, and project insights.
Documentation
# Changelog

=======
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.10]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.9...v0.1.10 - 2025-09-08

### Added

- fix tools calling

### Other

- Merge pull request #41 from syncable-dev/dependabot/cargo/rust-mcp-server-syncable-cli/main/rust-mcp-sdk-0.6.3
- *(deps)* update rust-mcp-sdk requirement
- Merge pull request #37 from syncable-dev/dependabot/cargo/rust-mcp-server-syncable-cli/main/reqwest-0.12
- *(deps)* update rust-mcp-sdk requirement
- *(deps)* update syncable-cli requirement

## [0.1.9]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.8...v0.1.9 - 2025-08-02

### Other

- Merge pull request #33 from syncable-dev/feature/langgraph-stdio-sse
- add build and test dummy code

## [0.1.8]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.7...v0.1.8 - 2025-08-02

### Other

- Merge pull request #31 from syncable-dev/feature/langgraph-stdio-sse
- update syncable cli version
- update syncable cli version
- update syncable cli version

## [0.1.7]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.6...v0.1.7 - 2025-08-01

### Other

- Merge pull request #29 from syncable-dev/feature/langgraph-stdio-sse
- update langraph examples
# Changelog

## [Unreleased]

## [0.1.12]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.11...v0.1.12 - 2025-09-12

### Added

- update port so that it doe snot conflict with fastapi port
- upgrate MCP server and sse. limitations on stdio mode on json output is documented.

### Other

- Merge pull request #50 from syncable-dev/feature/langgraph-integration

## [0.1.11]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.10...v0.1.11 - 2025-09-12

### Added

- fixed json output print
- update dependency
- add limitations for langgraph sse use case

## [0.1.6]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.5...v0.1.6 - 2025-06-26

### Added

- add examples using langgraph for stdio and sse mode
- server side with http call is ready

### Other

- Merge remote-tracking branch 'origin/main' into feature/langgraph-integration

## [0.1.5]https://github.com/syncable-dev/syncable-cli-mcp-server/compare/v0.1.4...v0.1.5 - 2025-06-26

### Other

- improvement

## [0.1.1] - 2025-06-24
- Initial release.