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 7022106 commit 808650bCopy full SHA for 808650b
src/stdio.ts
@@ -74,7 +74,7 @@ Note: Tools that enable you to search Actors from the Apify Store and get their
74
+ ' and set the environment variable `APIFY_TOKEN` to your Apify API token.\n',
75
)
76
.epilogue('For more information, visit https://mcp.apify.com or https://github.com/apify/apify-mcp-server')
77
- .parseSync() as CliArgs;
+ .parseSync() as ServerConfigCli;
78
79
const enableAddingActors = argv.enableAddingActors && argv.enableActorAutoLoading;
80
const actors = argv.actors as string || '';
0 commit comments