Skip to content

Commit 808650b

Browse files
committed
fix: bad merge
1 parent 7022106 commit 808650b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note: Tools that enable you to search Actors from the Apify Store and get their
7474
+ ' and set the environment variable `APIFY_TOKEN` to your Apify API token.\n',
7575
)
7676
.epilogue('For more information, visit https://mcp.apify.com or https://github.com/apify/apify-mcp-server')
77-
.parseSync() as CliArgs;
77+
.parseSync() as ServerConfigCli;
7878

7979
const enableAddingActors = argv.enableAddingActors && argv.enableActorAutoLoading;
8080
const actors = argv.actors as string || '';

0 commit comments

Comments
 (0)