Skip to content

Commit 0925f5b

Browse files
v0.2.0
1 parent d6df622 commit 0925f5b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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.2.0] - 2026-03-24
11+
1012
### Added
1113

1214
- New `mcpc grep <pattern>` command to search tools, resources, prompts, and instructions across all active sessions, with regex, type filters, and single-session search support
@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167169
- Interactive shell mode
168170
- JSON output mode for scripting
169171

170-
[Unreleased]: https://github.com/apify/mcpc/compare/v0.1.10...HEAD
172+
[Unreleased]: https://github.com/apify/mcpc/compare/v0.2.0...HEAD
173+
[0.2.0]: https://github.com/apify/mcpc/compare/v0.1.10...v0.2.0
171174
[0.1.10]: https://github.com/apify/mcpc/compare/v0.1.9...v0.1.10
172175
[0.1.9]: https://github.com/apify/mcpc/compare/v0.1.8...v0.1.9
173176
[0.1.8]: https://github.com/apify/mcpc/compare/v0.1.7...v0.1.8

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.10",
3+
"version": "0.2.0",
44
"description": "Universal command-line client for the Model Context Protocol (MCP).",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)