@apify/actors-mcp-server 0.1.31-beta.0 → 0.1.31-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,7 @@ The server provides a set of helper tools to discover available Actors and retri
100
100
  There are also tools to manage the available tools list. However, dynamically adding and removing tools requires the MCP client to have the capability to update the tools list (handle `ToolListChangedNotificationSchema`), which is typically not supported.
101
101
 
102
102
  You can try this functionality using the [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client) Actor.
103
- To enable it, set the `enableActorAutoLoading` parameter.
103
+ To enable it, set the `enableAddingActors` parameter.
104
104
 
105
105
  - `add-actor-as-tool`: Adds an Actor by name to the available tools list without executing it, requiring user consent to run later.
106
106
  - `remove-actor-from-tool`: Removes an Actor by name from the available tools list when it's no longer needed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.1.31-beta.0",
3
+ "version": "0.1.31-beta.1",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol Server for Apify",
6
6
  "engines": {