Skip to content

Commit 5fbec2b

Browse files
MQ37Copilot
andauthored
Update src/mcp/server.ts
Co-authored-by: Copilot <[email protected]>
1 parent 723e4c1 commit 5fbec2b

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
@@ -457,7 +457,7 @@ export class ActorsMcpServer {
457457
log.error(`Apify API error calling tool ${name}: ${error.message}`);
458458
return {
459459
content: [
460-
{ type: 'text', text: `Apify API erro calling tool ${name}: ${error.message}` },
460+
{ type: 'text', text: `Apify API error calling tool ${name}: ${error.message}` },
461461
],
462462
};
463463
}

0 commit comments

Comments
 (0)