Skip to content

Commit

Permalink
fix: set explicit script name
Browse files Browse the repository at this point in the history
  • Loading branch information
punkpeye committed Dec 27, 2024
1 parent 84cdbdd commit 1f45e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/fastmcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { hideBin } from "yargs/helpers";
import { $ } from "execa";

await yargs(hideBin(process.argv))
.scriptName("fastmcp")
.command(
"dev <file>",
"Start a development server",
Expand Down

0 comments on commit 1f45e57

Please sign in to comment.