Skip to content

Commit 2b82932

Browse files
authored
fix: Update README.md (#123)
Update README.md: Changed enableActorAutoLoading to enableAddingActors
1 parent b14ea2b commit 2b82932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The server provides a set of helper tools to discover available Actors and retri
100100
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.
101101

102102
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.
104104

105105
- `add-actor-as-tool`: Adds an Actor by name to the available tools list without executing it, requiring user consent to run later.
106106
- `remove-actor-from-tool`: Removes an Actor by name from the available tools list when it's no longer needed.

0 commit comments

Comments
 (0)