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 09bc7d4 commit 8f26020Copy full SHA for 8f26020
src/mcp/server.ts
@@ -214,7 +214,7 @@ export class ActorsMcpServer {
214
* Load actors as tools, upsert them to the server, and return the tool entries.
215
* This is a public method that wraps getActorsAsTools and handles the upsert operation.
216
* @param actorIdsOrNames - Array of actor IDs or names to load as tools
217
- * @param apifyClient - Apify API token for authentication
+ * @param apifyClient
218
* @returns Promise<ToolEntry[]> - Array of loaded tool entries
219
*/
220
public async loadActorsAsTools(actorIdsOrNames: string[], apifyClient: ApifyClient): Promise<ToolEntry[]> {
0 commit comments