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 723e4c1 commit 5fbec2bCopy full SHA for 5fbec2b
src/mcp/server.ts
@@ -457,7 +457,7 @@ export class ActorsMcpServer {
457
log.error(`Apify API error calling tool ${name}: ${error.message}`);
458
return {
459
content: [
460
- { type: 'text', text: `Apify API erro calling tool ${name}: ${error.message}` },
+ { type: 'text', text: `Apify API error calling tool ${name}: ${error.message}` },
461
],
462
};
463
}
0 commit comments