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 84cdbdd commit 1f45e57Copy full SHA for 1f45e57
src/bin/fastmcp.ts
@@ -5,6 +5,7 @@ import { hideBin } from "yargs/helpers";
5
import { $ } from "execa";
6
7
await yargs(hideBin(process.argv))
8
+ .scriptName("fastmcp")
9
.command(
10
"dev <file>",
11
"Start a development server",
0 commit comments