Skip to content

Commit e438843

Browse files
MQ37Copilot
andauthored
Update src/mcp/server.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0ba9c48 commit e438843

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mcp/server.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ export class ActorsMcpServer {
9393
}
9494

9595
// Initialize automatically for backward compatibility
96-
this.initialize().catch((error) => {
97-
log.error('Failed to initialize server:', error);
98-
});
96+
await this.initialize();
9997
}
10098

10199
/**

0 commit comments

Comments
 (0)