@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.
- package/README.md +1 -1
- 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 `
|
|
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.
|