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 6b63dcd commit dc9a07aCopy full SHA for dc9a07a
src/main.ts
@@ -72,6 +72,9 @@ async function processParamsAndUpdateTools(url: string) {
72
} else if (mcpServer.getToolNames().length === 0) {
73
await mcpServer.addToolsFromDefaultActors();
74
}
75
+ if (input.enableAddingActors) {
76
+ mcpServer.updateTools(getActorAutoLoadingTools());
77
+ }
78
log.debug(`Server is running in STANDBY mode with the following Actors (tools): ${mcpServer.getToolNames()}.
79
To use different Actors, provide them in query parameter "actors" or include them in the Actor Task input.`);
80
0 commit comments