Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:52

Install

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

What's Changed

  • Suppress structuredContent when visible Content is present by @jancurn in #240
  • Deprecate shell command and hide from help output by @jancurn in #243
  • Add VHS demo tape files for terminal GIF recordings by @jancurn in #242
  • Simplify architecture diagram in README by @jancurn in #244
  • feat(x402): support upto scheme + observability + session marker by @MQ37 in #238
  • Add macOS E2E tests to release workflow by @jancurn in #248
  • chore(deps): update dependencies by @jancurn in #250
  • Improve bridge startup timeout and error reporting by @jancurn in #249
  • Add next-step hints to guide users through command chains by @jancurn in #241
  • Add logs command to show and follow bridge log files by @jancurn in #209
  • Update MCP feature support table with deprecation status by @jancurn in #251
  • Clarify git commit restrictions for local vs web Claude Code by @jancurn in #252
  • Fix log file path assertion in logs test for cross-platform compatibility by @jancurn in #253
  • Add experimental MCP skills extension support (SEP-2640) by @jancurn in #207
  • Support stateless MCP connections with cache TTL and statefulness tracking by @jancurn in #254
  • Refresh Claude skill docs for current mcpc syntax and features by @jancurn in #257
  • Improve mcpc connect (no-args) config discovery output by @jancurn in #255
  • Make update-readme.sh work without global mcpc install by @jancurn in #258
  • Fix bridge startup on macOS (over-long Unix socket paths) and Windows discover test by @jancurn in #259
  • Don't quote plain Windows paths in mcpc connect output by @jancurn in #260
  • Tidy _mcpc JSON output: stateless field, drop log size by @jancurn in #261
  • Wait for bulk-connect sessions to finish MCP handshake before reporting by @jancurn in #262
  • Refactor: Split connect logic into separate connect.ts module by @jancurn in #263
  • Remove auto-connect to mcp.apify.com via APIFY_API_TOKEN by @jancurn in #264
  • Fix macOS+Bun E2E hang (cross-binary keychain read) + per-test timeout watchdog by @jancurn in #265
  • Speed up sessions/bridge-resilience e2e test to fix Windows timeout by @jancurn in #267

Full Changelog: v0.3.0...v0.3.1