Skip to content

Commit 1987b08

Browse files
v0.6.0
1 parent ddc305a commit 1987b08

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-08-02
11+
1012
### Added
1113

1214
- mcpc can now be installed with Homebrew on macOS and Linux: `brew install apify/tap/mcpc`. The formula brings its own Node.js, so no separate runtime setup is needed.
@@ -404,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
404406
- Interactive shell mode
405407
- JSON output mode for scripting
406408

407-
[Unreleased]: https://github.com/apify/mcpc/compare/v0.5.1...HEAD
409+
[Unreleased]: https://github.com/apify/mcpc/compare/v0.6.0...HEAD
410+
[0.6.0]: https://github.com/apify/mcpc/compare/v0.5.0...v0.6.0
408411
[0.5.1]: https://github.com/apify/mcpc/compare/v0.5.0...v0.5.1
409412
[0.5.0]: https://github.com/apify/mcpc/compare/v0.4.0...v0.5.0
410413
[0.4.0]: https://github.com/apify/mcpc/compare/v0.3.1...v0.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/mcpc",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Universal command-line client for the Model Context Protocol (MCP).",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)