All notable changes to this project will be documented in this file.
- Split fetch-actor-details into data + -widget tools (#722) (1a455a5) by @jirispilka, closes #716
- Split search-actors into data + -widget tools (#723) (fad46a9) by @jirispilka, closes #717
- Split call-actor into data + -widget tools (#724) (92870a6) by @jirispilka, closes #718
- Split get-actor-run into data + -widget tools (#734) (8dd6d32) by @jirispilka, closes #719
- Widget pairing: move from category-based to base-tool-based (#767) (36b5923) by @jirispilka
- Replace custom
toBooleanwithparseBooleanOrNull(#772) (a8e6dc9) by @jirispilka - Strip leading whitespace from search-actors text output (#760) (b8c7ddb) by @jirispilka, closes #740
- Refine usage guidelines for actor run tools and clarify handling of widgets (#774) (400bcad) by @jirispilka
0.9.20 (2026-04-27)
- Add simplified pricing display for search-actors with user tier (#695) (d7288ba) by @jirispilka, closes #578
- Add actor id data to actor info (#687) (b568b33) by @baldasseva
- Fill unit-test gaps for MCP task functionality (#688) (3899fa7) by @jirispilka
0.9.19 (2026-04-16)
- #637: Required fields dropped from tools/list for all Actors (#676) (02c4600) by @jirispilka, closes #637
- Log task-not-found as softFail instead of error (#678) (47a92dc) by @jirispilka
- Log MCP client errors and disconnects as softFail (#679) (6ee1759) by @jirispilka
0.9.18 (2026-04-14)
- ui: Improve ui widgets bundle size [internal] (#642) (4bd6652) by @baldasseva, closes #26553
- Normalize actor IDs before API lookup, unify tool call telemetry (#633) (a03c1f4) by @jirispilka
- Update model to gpt-5.4, fix filename, remove flaky test case (#664) (1e6b7f4) by @jirispilka
- Sanitize all env values in evals to prevent ERR_INVALID_CHAR (#665) (9f0b9d9) by @jirispilka
- Actor run cancellation handling and add tests for abort scenarios (#662) (acedbf5) by @jirispilka
- DNS rebinding protection for dev server (#653) (9781b45) by @jirispilka
- Fix error in the validation pipeline (#669) (b844f31) by @jirispilka
0.9.17 (2026-04-08)
- Remove Actor deployment files and simplify to HTTP server (#613) (4feb11f) by @jirispilka
- Add failure diagnostics to tool-call telemetry (#631) (4699b28) by @jirispilka, closes #630
- Inline Node.js version guard and drop checkNodeVersion script (#632) (d0fb682) by @jirispilka
0.9.16 (2026-03-28)
- Adopt dedent for multiline tool descriptions (#609) (f1f6a90) by @jirispilka, closes #197, #574
- Rename actor tool names to {username}--{actor-name} format (#593) (6e003ec) by @Copilot, closes #588
- Introduce PaymentProvider interface and migrate Skyfire to provider pattern, add x402 payment provider (#590) (0aa3de1) by @MQ37, closes #150
- Read server version from package.json instead of hardcoded constant (#600) (0abad83) by @jirispilka
0.9.15 (2026-03-26)
- Reorder search-actors params by importance: keywords first (#610) (7b7130c) by @MQ37
- Remove console.error (#611) (31c5736) by @jirispilka
0.9.14 (2026-03-26)
- Update MCPB build process and manifest configuration (#597) (25fa8a2) by @jirispilka
0.9.13 (2026-03-23)
- Fetch docs as markdown directly and prefer platform docs over Academy (#575) (6e5e23b) by @jirispilka
- Strip Zod-defaulted fields from required in tools/list response (#576) (7a75815) by @jirispilka
0.9.12 (2026-03-20)
- 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 (2026-03-13)
- Update README and CHANGELOG for consistency and clarity (#557) (0d33d2c) by @jirispilka
0.9.10 (2026-03-13)
- Fix CSP config for ChatGPT (#552) (1bac26a) by @jirispilka
0.9.9 (2026-03-12)
- Explicitly set destructiveHint to false (#549) (a33956a) by @jirispilka
0.9.8 (2026-03-11)
- Migrate widget metadata to MCP Apps standard (#532) (0d8276d) by @jirispilka, closes #527, #533
0.9.7 (2026-03-04)
- Sanitize error logs to prevent incorrect log level in Mezmo (#530) (bfa41f9) by @jirispilka
0.9.6 (2026-03-03)
- 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 (2026-03-02)
- web: Link and font size adjustments (#498) (45da302) by @jmikitova, closes #488
0.9.4 (2026-03-02)
0.9.3 (2026-03-02)
- Allow fetch-actor-details tool without authentication (#496) (f9292fb) by @Jkuzz
- web: Change web dev server port [internal] (#508) (4a91711) by @baldasseva
- 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
0.9.2 (2026-02-24)
0.9.1 (2026-02-18)
0.9.0 (2026-02-18)
0.8.6 (2026-02-17)
- widgets: Redesign actor detail widget (6d5c080) by @jmikitova
- Include actor cards in widget text output for LLM context (9d6d9a2) by @MQ37
- Expose Apify run costs in MCP response _meta (#428) (874775a) by @shreyansh073
- widgets: Redesign actor search and actor detail (#430) (825ec42) by @jmikitova
- Refactor imports from ui library (42ac3f3) by @jmikitova
- Refactor usage metadata and expose run costs in MCP response (#456) (b25d639) by @jirispilka
- Use readmeSummary instead of full readme to avoid context bloat (#454) (87b7c92) by @janbuchar, closes #422
- Improve store search for actor pictureUrl by using name-only query (#459) (f749b1b) by @MQ37
- Integration-tests (#458) (1bec912) by @jirispilka
- Add Sentry session tracking for crash-free rate metrics (#460) (0a03da5) by @MQ37
- Improve workflow evals and tool instructions for search and call-actor (#462) (bd1c06c) by @MQ37
0.8.4 (2026-02-11)
- agents: Add mcp config and instructions for design system (6c0184e) by @jmikitova
- vibe-code: Add mcp config and docs for design system usage (#423) (beb2893) by @jmikitova
- stdio: Allow unauthenticated access for public tools (#421) (64a4ed5) by @muhammetakkurtt
- Reorganize tool categories by typical workflow order (#425) (4cfcc36) by @jirispilka
- Add ActorStore interface for enriching direct Actor tool outputSchema (#449) (705f5da) by @MQ37
- stdio: Add Sentry error tracking for stdio transport (#452) (a772ba4) by @MQ37
- Add MCP server card (SEP-1649) (#453) (b299658) by @MQ37
- Evals, add retry to Phoenix calls (#426) (792adf4) by @jirispilka
0.8.3 (2026-01-30)
- Add unauthenticated access for search-actors (#420) (313101f) by @jirispilka
0.8.2 (2026-01-30)
0.8.1 (2026-01-30)
- Add internal tools for call-actor tool calls (#398) (e93c11b) by @jakcinmarina
- Update npm scripts and documentation for build and start commands (#412) (37d5b0e) by @jirispilka, closes #410
- Add hot reload to widgets [internal] (#411) (0ade868) by @baldasseva
- Add outputSchema option to fetch-actor-details tools (#413) (5d2035f) by @MQ37
- Add structuredContent tool output with schema (#415) (f9512c4) by @MQ37
- widget: Setup shared Apify libraries (#414) (69492c0) by @baldasseva
- Return 404 instead of 400 for invalid MCP-Session-Id (#400) (fed5e02) by @MQ37, closes #378
- Replace parseBooleanFromString with shared utility from @apify/utilities (#401) (f81b84f) by @MQ37, closes #368
- Move development setup details to DEVELOPMENT.md and update related references (#409) (69942c8) by @jirispilka
- Update type documentation and deprecate SSE transport in favor of Streamable HTTP (#416) (94fdac3) by @jirispilka
- Upgrade server.json schema to 2025-12-11 and remove deprecated status (#418) (990b0b2) by @MQ37
0.7.4 (2026-01-21)
- Declare types in AGENTS.md for better structure and clarity (#396) (0207f3e) by @jirispilka
- Refactor resource handling to a dedicated resources dir (#394) (e69f74f) by @jirispilka
- Skyfire parameter injection and missing tool registration (#393) (bc8aebd) by @MQ37
0.7.1 (2026-01-15)
0.7.0 (2026-01-15)
- Simplify call-actor tool and add long rung running task support, (#387) (6ddf074) by @MQ37, closes #365
- Update AGENTS.md (#388) (2aa4994) by @jirispilka
- Implement migration plan from low-level Server API to high-level McpServer API (#386) (d9cc6bf) by @jirispilka
0.6.8 (2026-01-08)
- Update @modelcontextprotocol/sdk to version 1.25.1 in package.json and package-lock.json (#384) (d1f7dc7) by @MQ37
- Update @modelcontextprotocol/sdk to version 1.25.2 in package.json and package-lock.json (#385) (31c3bdd) by @MQ37
0.6.7 (2026-01-06)
- Improve README for clarity and MCP clients info at the top (#382) (eaeb57b) by @jirispilka
0.6.6 (2026-01-05)
- Add missing destructiveHint annotations to tools (#380) (fe796e1) by @triepod-ai
- Migrate custom request parameters to _meta structure for SDK compatibility (#379) (6329c4c) by @MQ37
- Add idempotentHint annotations to various tools. For Actors, the destructiveHint is set to true as an Actor can perform any type of operation at Apify platform (#381) (c6a69e4) by @jirispilka
0.6.5 (2025-12-22)
- Temporarily disable MCP Session ID error handling to resolve stdio transport issues (#373) (bad1163) by @MQ37
0.6.4 (2025-12-22)
- Update actor definition handling to include full metadata and improve MCP server identification (#372) (37ab8cb) by @MQ37
0.6.3 (2025-12-19)
- Add icons for Actor tools (#361) (c82a14e) by @MQ37, closes #267
- Long running tasks (#360) (ef2d35d) by @MQ37
- Update node setup in releasing wf (9a34990) by @drobnikj
- Release workflow using --access public param (fad9ad6) by @drobnikj
- Remove latest tag from npm publish release.yaml (b1de40e) by @drobnikj
- Update node to v24 (#356) (17a349b) by @drobnikj
- Update AGENTS.md with mcp testing (#358) (e81d3e8) by @jirispilka
- Increase timeout for abort tests to reduce flakiness (#370) (35a103d) by @MQ37, closes #261
- Return structured content for empty search results in search-apify-docs and store_collection (#371) (13af156) by @jirispilka
0.6.2 (2025-12-08)
0.6.1 (2025-12-05)
- Filter out empty enum strings that cause issues with mcp inspector and google adk (#354) (91b9b90) by @MQ37
0.6.0 (2025-12-04)
- Add server instructions (#342) (25a3a07) by @jirispilka
- Update package.json to require node >= 20 (#346) (08629b8) by @jirispilka
- Telemery add soft fail for client errors (#350) (f3a23a2) by @jirispilka
- Structured output for the crucial tools (#349) (fb17b1e) by @MQ37
- Add eslint from apify-core, add AGENTS.md (#351) (77a7bd5) by @jirispilka
- Structured output add instructions for the agent since some clients consider only structured output if present (#352) (a534789) by @MQ37
0.5.9 (2025-11-28)
- Add tool context to judge prompt and improve evaluation accuracy (#334) (1eaec5b) by @yfe404
- Unauth mode for docs tools (#341) (e041a98) by @MQ37
0.5.8 (2025-11-27)
- Log mcp_client_capabilities as object (not json) (#340) (541b3fb) by @jirispilka
0.5.6 (2025-11-19)
- Add tool annotations (#333) (149cbbc) by @jirispilka, closes #327
- Improve error handling (required for claude connector) (#331) (005db2a) by @jirispilka
0.5.5 (2025-11-14)
- Refactor(logging): centralize HTTP error logging (#336) (7b0a52d) by @jirispilka
0.5.2 (2025-11-12)
- Update search-actors tool (#321) (602abc5) by @jirispilka
- Update readme, add image with clients (#326) (da560ab) by @jirispilka
- Deduplicate error logs, use info for 404/400 errors, fix ajv validate when it contains $ref (#335) (0ebbf50) by @jirispilka
0.5.1 (2025-10-27)
- Actor tool input schema remove the schemaVersion that cause issues with Gemini CLI (#319) (6ade35d) by @MQ37, closes #295
0.5.0 (2025-10-22)
- MCP tool calling evaluations in CI/CD (#313) (a971322) by @jirispilka
- Capture PR number on merge to master (#314) (e3a3587) by @jirispilka
- Add correct PR number in the evals (#315) (69c540e) by @jirispilka
- Call-actor output length (#317) (f99efbf) by @MQ37
0.4.28 (2025-10-13)
- Filter Actors in
search-actorswhen in agentic payments mode (#307) (bf894cf) by @stepskop, closes #305
0.4.27 (2025-10-10)
0.4.26 (2025-10-10)
0.4.25 (2025-10-10)
- Calling mcp server when calling wihtout any tool name and add integration test case (#309) (e368c97) by @MQ37
0.4.24 (2025-10-09)
0.4.23 (2025-10-09)
- Call-actor mcp with invalid tool name (#303) (6f2e5c3) by @MQ37
- Simplify error handling and return the error message for all errors (#306) (4512904) by @MQ37
0.4.21 (2025-10-01)
- Swap call-actor with add-actor for actors tool category for supported clients (#299) (f8c2f2d) by @MQ37
0.4.20 (2025-09-30)
- Comment out skyfire input schema modification (#296) (86077f0) by @jirispilka
- Deep clone tools before modifying descriptions for skyfire to prevent state incostentcy (#297) (02945f9) by @MQ37
- Revert skyfire schema comment (#298) (b87d32c) by @MQ37
0.4.19 (2025-09-27)
0.4.18 (2025-09-26)
- Add server.json for official MCP registry (#276) (f9a23e1) by @vystrcild
- Increase ACTOR_ENUM_MAX_LENGTH from 200 to 2000 to ensure that geocode are not removed (#292) (9969960) by @jirispilka
- Provide better output. Fix datasetId in examples (#293) (4f28d9b) by @jirispilka
0.4.17 (2025-09-25)
0.4.16 (2025-09-24)
- Release cicd (#289) (c2b950a) by @jirispilka
0.4.15 (2025-09-24)
- Actorized MCP servers have 30 seconds timeout to connect (#272) (cdffc3e) by @MichalKalita, closes #250
- Actor card markdown (#285) (73e3115) by @jirispilka, closes #286
- Change dxt to mcpb in release cicd (#281) (150ff39) by @MQ37
- Update changelog.md, fix ci (#288) (b74631e) by @jirispilka
0.4.14 (2025-09-24)
0.4.13 (2025-09-19)
0.4.12 (2025-09-18)
0.4.10 (2025-09-15)
0.4.9 (2025-09-12)
0.4.7 (2025-09-09)
- Error when content type is json (#265) (279293f) by @MichalKalita, closes #264
0.4.5 (2025-09-04)
- Cancellable Actor run (#228) (9fc9094) by @MichalKalita, closes #160
- Handle deprecated tool preview (#251) (ff565f7) by @jirispilka, closes #252
0.4.4 (2025-08-28)
- Add resource list method to prevent client not respecting capabilities from crashing, update manifest.json for dxt (#249) (1dca956) by @MQ37
0.4.3 (2025-08-27)
0.4.2 (2025-08-27)
0.4.1 (2025-08-27)
0.4.0 (2025-08-26)
0.4.0 (2025-08-26)
- input: Allow empty tools and actors to allow greater control of exposed tools (#218) (a4a8638) by @MQ37, closes #214
- Description in package.json and manifest.json (#234) (9f4bcfa) by @jirispilka
- Change github repository links (#237) (6216fa4) by @jirispilka
0.3.9 (2025-08-21)
0.3.9 (2025-08-21)
- dxt: Add mcp tool configuration options (#221) (5b305c5) by @MQ37, closes #219
- Prepare for dockerhub integration, prepare dockerfile, add support for reading config from env vars for stdio (#224) (08c62be) by @MQ37
- Improve beta release cicd (#202) (2bd1ad7) by @MQ37, closes #80
- Actor input transform array items type inference (#225) (eb38160) by @MQ37, closes #217
- Dockerhub init unauth server start and tool list (#227) (87b2f2c) by @MQ37
- Dxt rename sever to apify-mcp-server (#232) (c5e51df) by @MQ37
0.3.8 (2025-08-08)
- Change log message for actor-mcp (#211) (3697b9f) by @jirispilka
0.3.7 (2025-08-07)
- Change description in DXT file (#209) (4608963) by @jirispilka
0.3.6 (2025-08-06)
- Update dxt file (#208) (1bedc59) by @jirispilka
0.3.5 (2025-08-06)
0.3.4 (2025-08-06)
- Change logs to structured format (#207) (3f30e1d) by @jirispilka
0.3.3 (2025-08-05)
- Change info logs to debug (#204) (1f45d7f) by @jirispilka
0.3.2 (2025-08-01)
- Add images with a new Apify logo (#191) (cc5ded9) by @jirispilka
- Add tool to get dataset schema so LLMs can understand dataset structure without fetching everything (#190) (9ad36d1) by @jirispilka
- Return Actor card in markdown (#195) (bfd9016) by @jirispilka, closes #181
- Handle Apify specific input schema props (#196) (820cff8) by @MQ37, closes #182
- Tools dump (#199) (b657795) by @MQ37
0.3.1 (2025-07-24)
0.2.15 (2025-07-21)
- Add video tutorial into the Actor README. Simplify README (#175) (3547521) by @jirispilka, closes #138, #148
- Progress notification (#173) (a562f64) by @MichalKalita, closes #149
- Update README, make it shorter and concise (#176) (134a4ae) by @jirispilka
- Embed thumbnail in README.md (#177) (b634125) by @jirispilka
0.2.14 (2025-07-17)
0.2.13 (2025-07-15)
0.2.12 (2025-07-09)
0.2.11 (2025-07-09)
0.2.10 (2025-07-09)
- Limit tools to discovery, dynamic Actor management, and help; simplify Actor input schema; return all dataset items at once with only relevant fields in outputs (#158) (dd7a924) by @MQ37, closes #121, #152, #153, #159
- Call-actor tool (#161) (7d00f9d) by @MichalKalita, closes #155
- Apify docs tools (#162) (9bdb198) by @MQ37
0.2.9 (2025-07-03)
- Add support for Actorized MCP servers streamable transport. Refactor Actors as a tool adding logic. Update Apify client and SDK and MCP SDK. Refactor standby Actor MCP web server to support multiple concurrent clients. (#151) (c2527af) by @MQ37, closes #89, #100, #118
0.2.8 (2025-06-24)
- Dynamic actor loading is enabled by default (#147) (261e1aa) by @MichalKalita, closes #144
0.2.7 (2025-06-23)
- Explicitly clear resources (#136) (779d2ba) by @jirispilka
- Readme Actors list (#141) (dc0a332) by @MQ37
- Notifications (#145) (d96c427) by @MQ37
- Disable search for rental Actors (#142) (d7bdb9e) by @MQ37, closes #135
0.2.6 (2025-06-13)
0.2.5 (2025-06-13)
0.2.4 (2025-06-04)
- Update image in README and fix Actor README (#134) (2fcd4c0) by @jirispilka
0.2.3 (2025-06-04)
- Hack tool call from claude-desktop. Claude is using prefix local (#133) (4dd3a6d) by @jirispilka
0.2.2 (2025-05-30)
- Update Readme.md with legacy information (#129) (0b2b329) by @vystrcild
0.2.0 (2025-05-26)
- Normal Actor tools cache (#117) (1a3ce16) by @MQ37
- Tool state handler (#116) (681c466) by @MQ37
- Add Actor runs API, dataset API, KV-store (#122) (7b99e85) by @jirispilka, closes #79
- Apify-mcp-server max listeners warning (#113) (219f8ee) by @MQ37
- Use a new API to get Actor default build (#114) (6236e44) by @jirispilka
- Update README.md (#123) (2b82932) by @samehjarour
- Cli help (#125) (2fe5211) by @MQ37, closes #124
- Update mcp sdk (#127) (eed238e) by @MQ37, closes #84
0.1.30 (2025-05-07)
- Stdio print error (#101) (1964e69) by @MQ37
- Actor server default tool loading (#104) (f4eca84) by @MQ37
- Stdio and streamable http client examples (#106) (8d58bfa) by @MQ37, closes #105
- Update README with a link to a blog post (#112) (bfe9286) by @jirispilka, closes #65
0.1.29 (2025-04-29)
- Add tool call timeout (#93) (409ad50) by @MQ37
- Adds glama.json file to allow claim the server on Glama (#95) (b57fe24) by @jirispilka, closes #85
- Code improvements (#91) (b43361a) by @MQ37
- Rename tools (#99) (45ffae6) by @MQ37, closes #98
0.1.28 (2025-04-22)
- Default actors not loaded (#94) (fde4c3b) by @jirispilka
0.1.27 (2025-04-22)
- Move logic to enableAddingActors and enableDefaultActors to constructor (#90) (0f44740) by @jirispilka
0.1.26 (2025-04-22)
- Readme smithery (#92) (e585cf3) by @jirispilka
0.1.25 (2025-04-21)
- Load actors as tools dynamically based on input (#87) (5238225) by @jirispilka, closes #88
0.1.24 (2025-04-21)
- Decouple Actor from mcp-server, add ability to call Actorized MCP and load tools (#59) (fe8d9c2) by @MQ37, closes #55, #56
- Update search tool description (#82) (43e6dab) by @jirispilka, closes #78
- Load default Actors for the /mcp route (#86) (b01561f) by @jirispilka
0.1.23 (2025-04-16)
- Add default Actors in standby mode (#77) (4b44e78) by @jirispilka
0.1.22 (2025-04-16)
- Deprecate enableActorAutoLoading in favor of enable-adding-actors, and load tools only if not provided in query parameter (#63) (8add54c) by @jirispilka, closes #54
- CI (#75) (3433a39) by @jirispilka
- Add tools with query parameter (#76) (dc9a07a) by @jirispilka
0.1.21 (2025-03-27)
- Update README for a localhost configuration (#52) (82e8f6c) by @jirispilka, closes #51
- Update README.md guide link (#53) (cd30df2) by @jirispilka
0.1.20 (2025-03-21)
- Return run information when MCP server is started in standby mode (#48) (880dccb) by @jirispilka
0.1.19 (2025-03-21)
- Update readme with correct links (#47) (2fe8cde) by @jirispilka
0.1.18 (2025-03-20)
- Truncate properties (#46) (3ee4543) by @jirispilka
0.1.17 (2025-03-18)
0.1.16 (2025-03-14)
0.1.15 (2025-03-13)
0.1.14 (2025-03-13)
0.1.13 (2025-03-12)
- Update inspector command in readme (#38) (4c2323e) by @jirispilka
0.1.12 (2025-03-12)
- Rename tool name, sent
notifications/tools/list_changed(#37) (8a00881) by @jirispilka, closes #11
0.1.11 (2025-03-06)
- Correct readme (#35) (9443d86) by @jirispilka
0.1.10 (2025-02-28)
- Update README with a link to relevant blogposts (#34) (a7c8ea2) by @jirispilka
- Dockerfile and Smithery config (#29) (dcd1a91) by @calclavia
0.1.9 (2025-02-07)
- Stdio and SSE example, improve logging (#32) (1b1852c) by @jirispilka
0.1.8 (2025-01-31)
- Actor auto loading (corret tool->Actor name conversion) (#31) (45073ea) by @jirispilka
0.1.7 (2025-01-30)
- Add internal tools for Actor discovery (#28) (193f098) by @jirispilka
- Update README.md (#30) (23bb32e) by @jirispilka
0.1.6 (2025-01-23)
- ClientSse example, update README.md (#27) (0449700) by @jirispilka
0.1.5 (2025-01-22)
- Add log to stdio (#25) (b6e58cd) by @jirispilka
- Claude desktop img link (#26) (6bd3b75) by @jirispilka
0.1.4 (2025-01-22)
- Update README.md (#22) (094abc9) by @jirispilka
- Remove code check from Release (#23) (90cafe6) by @jirispilka
0.1.3 (2025-01-21)
- Update README.md with missing image, and a section on how is MCP related to AI Agents (#11) (e922033) by @jirispilka
0.1.2 (2025-01-21)
- Truncate input schema, limit description to 200 characters (#10) (a194765) by @jirispilka
0.1.1 (2025-01-17)
- MCP server implementation (#1) (5e2c9f0) by @jirispilka
- Update express routes to correctly handle GET and HEAD requests, fix CI (#5) (ec6e9b0) by @jirispilka
- Correct publishing of npm module (#6) (4c953e9) by @jirispilka