Skip to content

Commit 3697b9f

Browse files
authored
fix: Change log message for actor-mcp (#211)
1 parent 783844d commit 3697b9f

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
@@ -520,7 +520,7 @@ export class ActorsMcpServer {
520520
}
521521
}
522522

523-
log.info('Calling Actor-MCP', { actorName: serverTool.originToolName, input: args });
523+
log.info('Calling Actor-MCP', { actorId: serverTool.actorId, toolName: serverTool.originToolName, input: args });
524524
const res = await client.callTool({
525525
name: serverTool.originToolName,
526526
arguments: args,

0 commit comments

Comments
 (0)