Skip to content

Commit 1f45e57

Browse files
committed
fix: set explicit script name
1 parent 84cdbdd commit 1f45e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/fastmcp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { hideBin } from "yargs/helpers";
55
import { $ } from "execa";
66

77
await yargs(hideBin(process.argv))
8+
.scriptName("fastmcp")
89
.command(
910
"dev <file>",
1011
"Start a development server",

0 commit comments

Comments
 (0)