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 91986db commit d9a9991Copy full SHA for d9a9991
src/stdio.ts
@@ -62,6 +62,10 @@ const argv = yargs(hideBin(process.argv))
62
.help('help')
63
.alias('h', 'help')
64
.version(false)
65
+ .epilogue(
66
+ 'To connect, set your MCP client server command to `npx @apify/actors-mcp-server`'
67
+ + ' and set the environment variable `APIFY_TOKEN` to your Apify API token.\n'
68
+ )
69
.epilogue('For more information, visit https://github.com/apify/actors-mcp-server')
70
.parseSync() as CliArgs;
71
0 commit comments