We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915faf8 commit f1d630dCopy full SHA for f1d630d
src/mcp-server.ts
@@ -89,7 +89,8 @@ export class ApifyMcpServer {
89
90
/**
91
* Process input parameters and update tools
92
- * If URL contains query parameter actors, add tools from actors, otherwise add tools from default actors
+ * If URL contains query parameter `actors`, add tools from Actors.
93
+ * If URL contains query parameter `enableActorAutoLoading`, enable auto-loading of Actors.
94
* @param url
95
*/
96
public async processParamsAndUpdateTools(url: string) {
0 commit comments