Skip to content

Commit f1d630d

Browse files
committed
update processParamsAndUpdateTools docs
1 parent 915faf8 commit f1d630d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mcp-server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ export class ApifyMcpServer {
8989

9090
/**
9191
* Process input parameters and update tools
92-
* If URL contains query parameter actors, add tools from actors, otherwise add tools from default actors
92+
* If URL contains query parameter `actors`, add tools from Actors.
93+
* If URL contains query parameter `enableActorAutoLoading`, enable auto-loading of Actors.
9394
* @param url
9495
*/
9596
public async processParamsAndUpdateTools(url: string) {

0 commit comments

Comments
 (0)