v0.5.0
Install
npm install -g @apify/mcpc@0.5.0
# or
bun install -g @apify/mcpc@0.5.0Install size
| Metric | This release | latest (0.4.0) | Change |
|---|---|---|---|
| Tarball download | 0.40 MB | 6.44 MB | -93.8% |
| Unpacked package | 1.91 MB | 7.48 MB | -74.5% |
| Full install (with dependencies) | 21.72 MB | 64.73 MB | -66.4% |
What's Changed
- Drop Node.js 20; upgrade commander to 15 and ESLint to 10 (flat config) by @jancurn in #294
- Explain OAuth client-registration failures during login (e.g. Figma 403) instead of leaking SDK JSON parse errors by @jancurn in #298
- Improve x402 wallet UX: bare command shows info, deprecate info subcommand by @jancurn in #295
- Shrink install ~70 MB (bundle viem, trim package) and speed up startup ~5x (lazy-load heavy deps) by @jancurn in #299
- Shorten overflowing command descriptions in session help by @jancurn in #300
- Include the install-size report in the GitHub release body by @jancurn in #301
- Update dependencies to latest minor/patch versions by @jancurn in #302
- Fix tool-call double execution, proxy DNS-rebinding exposure, and exit-code contract violations by @jancurn in #303
- Standardize timeout parameter naming to clarify units by @jancurn in #304
- docs: improve grammar and clarity in README by @jancurn in #305
- Update MCP CLI clients table with July 2026 metrics by @jancurn in #307
- Improve x402 wallet UI messaging and README table formatting by @jancurn in #308
- Sync the agent skill with the current CLI and add a keep-in-sync rule by @jancurn in #310
- Deduplicate OS keychain unavailable warning across invocations by @jancurn in #309
Full Changelog: v0.4.0...v0.5.0