Skip to content

Commit 5147d32

Browse files
committed
fix
1 parent 439d7b1 commit 5147d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (STANDBY_MODE) {
3535
enableDefaultActors: false,
3636
});
3737

38-
const app = createExpressApp(HOST, mcpServer, input.authorizationServer);
38+
const app = createExpressApp(HOST, mcpServer, input.authorizationServer as string);
3939
log.info('Actor is running in the STANDBY mode.');
4040

4141
// Load only Actors specified in the input

0 commit comments

Comments
 (0)