Releases: apify/apify-mcp-server
Releases · apify/apify-mcp-server
0.9.12
0.9.12 (2026-03-20)
🚀 Features
🐛 Bug Fixes
- Drop Node.js requirement from 22 to 18 and remove cheerio dependency (#572) (80d66f3) by @jirispilka
- Show error state in ActorRun widget instead of loading (#571) (9edfa8f) by @jirispilka
- Rename itemCount to totalItemCount and add previewItemCount in dataset structures. Return total number correctly. (#566) (97c490a) by @jirispilka
0.9.11
0.9.11 (2026-03-13)
🐛 Bug Fixes
- Update README and CHANGELOG for consistency and clarity (#557) (0d33d2c) by @jirispilka
0.9.10
0.9.9
0.9.9 (2026-03-12)
🚀 Features
- Explicitly set destructiveHint to false (#549) (a33956a) by @jirispilka
0.9.8
0.9.7
0.9.7 (2026-03-04)
🐛 Bug Fixes
- Sanitize error logs to prevent incorrect log level in Mezmo (#530) (bfa41f9) by @jirispilka
0.9.6
0.9.6 (2026-03-03)
🐛 Bug Fixes
- Rename error field to errMessage in SSE connection log (#524) (2dc1a5e) by @jirispilka
- web: Add widget metadata to Actor tools (#523) (4c65b68) by @jirispilka
0.9.5
0.9.4
0.9.3
0.9.3 (2026-03-02)
🚀 Features
- Allow fetch-actor-details tool without authentication (#496) (f9292fb) by @Jkuzz
- web: Change web dev server port [internal] (#508) (4a91711) by @baldasseva
🐛 Bug Fixes
- Update readme return behavior in
fetch-actor-detailstool documentation. (#495) (be7dd06) by @jirispilka - Clarify Skyfire PAY token format in documentation (#492) (7abb0e3) by @MQ37
- Use USD cost from toolResponseMetadata instead of computeUnits (#493) (9791792) by @MQ37
- Return only 5 results instead of 10, clamLines in search-actor (#500) (9ffe117) by @jirispilka
- Update ActorCard and ActorSearch components for consistent styling (#505) (b6ee8a7) by @jirispilka
- web: Capitalize Actor in loading text per style guide (#503) (d7ec2b2) by @jirispilka
- Simplify AGENTS.md by moving coding standards to CONTRIBUTING.md (#504) (0fc4d96) by @jirispilka
- ci: Convert before-beta-release script to ESM (#512) (4723327) by @janbuchar
- ci: Fix conversion of before-beta-release script to ESM (#514) (5987059) by @janbuchar
- ci: Add missing npm install (#515) (73579a9) by @janbuchar
- Improve CLAUDE.md by removing redundant dev info already in DEVELOPMENT.md and adding reference to DESIGN_SYSTEM_AGENT_INSTRUCTIONS.md (#513) (dca9492) by @jirispilka