Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:07

Install

npm install -g @apify/mcpc@0.4.0
# or
bun install -g @apify/mcpc@0.4.0

What's Changed

  • Fix macOS+Bun E2E hang by running the bridge under the CLI's runtime by @jancurn in #266
  • Remove deprecated interactive shell command by @jancurn in #270
  • Add login --callback-host flag and required client_id in hosted CIMD by @jancurn in #272
  • Implement resource subscriptions with file sync (resources-subscribe) by @jancurn in #273
  • Expand README with comprehensive mcpc feature documentation by @jancurn in #275
  • Simplify README: consolidate transport/auth/session docs by @jancurn in #276
  • Move login flag validation tests to dedicated test suite by @jancurn in #278
  • Add OAuth client-credentials grant for machine-to-machine auth by @jancurn in #277
  • feat(cli): add "mcpc help --skill" agent skill guide served from the CLI by @MQ37 in #274
  • Document default timeout value in CLI help text by @jancurn in #279
  • Fix OAuth error reporting and session restart cleanup by @jancurn in #281
  • chore: update dependencies to latest versions by @jancurn in #283
  • Update mcpc logo by @jancurn in #284
  • Improve error handling in OAuth flows and fix Windows process exit by @jancurn in #282
  • Fix failing e2e tests: client-credentials Windows crash + stdio server startup by @jancurn in #285
  • Reorder tasks commands in help text by @jancurn in #286
  • Add restart hint for disconnected sessions in list output by @jancurn in #289
  • Tidy the agent-guide pointers in help output by @jancurn in #288
  • Fix OAuth login with query string parameters in server URLs by @jancurn in #290
  • More vivid CLI color palette; revamped VHS demo tapes + record-demo skill by @jancurn in #287
  • Optimize demo GIFs with lossy gifsicle (~60% smaller) by @jancurn in #291
  • Improve login command help text and usage documentation by @jancurn in #292
  • Tidy CHANGELOG ahead of the next release by @jancurn in #293

Full Changelog: v0.3.1...v0.4.0