Skip to content

Commit 3d2e55b

Browse files
committed
feat: add stdio support for Claude Code integration
- Add --stdio flag detection and initialization - Support dual-mode operation (stdio/SSE/CLI) - Maintain backward compatibility - Update version to 2.2.5
1 parent b37551d commit 3d2e55b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Security
99

10+
## [2.2.5] - 2025-06-01
11+
12+
### Added
13+
- Added `--stdio` support for Claude Code integration
14+
- Dual-mode MCP server supporting both stdio and SSE communication
15+
- Backward compatibility with existing SSE-based MCP clients
16+
17+
### Changed
18+
- Enhanced server startup logic to detect communication mode via command-line flags
19+
- Maintained existing `--cli` and default SSE functionality
20+
1021
## [2.2.4] - 2025-06-01
1122

1223
### Fixed
@@ -93,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93104
- Integrated multiple security analysis tools (Bandit, Safety, Semgrep, pip-audit)
94105
- Configured secure coding practices and validation
95106

96-
[Unreleased]: https://github.com/mockloop/mockloop-mcp/compare/v2.2.4...HEAD
107+
[Unreleased]: https://github.com/mockloop/mockloop-mcp/compare/v2.2.5...HEAD
108+
[2.2.5]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.5
97109
[2.2.4]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.4
98110
[2.2.3]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.3
99111
[2.2.2]: https://github.com/mockloop/mockloop-mcp/releases/tag/v2.2.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mockloop-mcp"
7-
version = "2.2.4"
7+
version = "2.2.5"
88
description = "MCP server to generate and run mock APIs from specifications."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)