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 d9a9991 commit 5f6f831Copy full SHA for 5f6f831
src/stdio.ts
@@ -64,7 +64,7 @@ const argv = yargs(hideBin(process.argv))
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'
+ + ' 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;
0 commit comments