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 439d7b1 commit 5147d32Copy full SHA for 5147d32
src/main.ts
@@ -35,7 +35,7 @@ if (STANDBY_MODE) {
35
enableDefaultActors: false,
36
});
37
38
- const app = createExpressApp(HOST, mcpServer, input.authorizationServer);
+ const app = createExpressApp(HOST, mcpServer, input.authorizationServer as string);
39
log.info('Actor is running in the STANDBY mode.');
40
41
// Load only Actors specified in the input
0 commit comments