Skip to content

Commit d9a9991

Browse files
committed
add how to connect help epilogue
1 parent 91986db commit d9a9991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stdio.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ const argv = yargs(hideBin(process.argv))
6262
.help('help')
6363
.alias('h', 'help')
6464
.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+
)
6569
.epilogue('For more information, visit https://github.com/apify/actors-mcp-server')
6670
.parseSync() as CliArgs;
6771

0 commit comments

Comments
 (0)