diff --git a/src/bin/fastmcp.ts b/src/bin/fastmcp.ts index c67422c..f019176 100644 --- a/src/bin/fastmcp.ts +++ b/src/bin/fastmcp.ts @@ -5,6 +5,7 @@ import { hideBin } from "yargs/helpers"; import { $ } from "execa"; await yargs(hideBin(process.argv)) + .scriptName("fastmcp") .command( "dev ", "Start a development server",