Skip to content

Commit 8f26020

Browse files
committed
fix: docs string
1 parent 09bc7d4 commit 8f26020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export class ActorsMcpServer {
214214
* Load actors as tools, upsert them to the server, and return the tool entries.
215215
* This is a public method that wraps getActorsAsTools and handles the upsert operation.
216216
* @param actorIdsOrNames - Array of actor IDs or names to load as tools
217-
* @param apifyClient - Apify API token for authentication
217+
* @param apifyClient
218218
* @returns Promise<ToolEntry[]> - Array of loaded tool entries
219219
*/
220220
public async loadActorsAsTools(actorIdsOrNames: string[], apifyClient: ApifyClient): Promise<ToolEntry[]> {

0 commit comments

Comments
 (0)