Skip to content

Commit dc15319

Browse files
v0.4.0
1 parent 0cdc150 commit dc15319

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.4.0] - 2026-06-25
11+
1012
### Added
1113

1214
- `mcpc login --grant client-credentials` adds machine-to-machine OAuth (no browser) for headless use such as CI/CD and daemons, implementing the [`io.modelcontextprotocol/oauth-client-credentials` extension](https://modelcontextprotocol.io/extensions/auth/oauth-client-credentials). Authenticate with a client secret (`--client-id`/`--client-secret`) or a signed JWT assertion (`--client-key`/`--client-key-alg`); the saved profile then works with `connect` like any other.
@@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329331
- Interactive shell mode
330332
- JSON output mode for scripting
331333

332-
[Unreleased]: https://github.com/apify/mcpc/compare/v0.3.1...HEAD
334+
[Unreleased]: https://github.com/apify/mcpc/compare/v0.4.0...HEAD
335+
[0.4.0]: https://github.com/apify/mcpc/compare/v0.3.1...v0.4.0
333336
[0.3.1]: https://github.com/apify/mcpc/compare/v0.3.0...v0.3.1
334337
[0.3.0]: https://github.com/apify/mcpc/compare/v0.2.6...v0.3.0
335338
[0.2.6]: https://github.com/apify/mcpc/compare/v0.2.5...v0.2.6

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

0 commit comments

Comments
 (0)