Skip to content

Commit ae73191

Browse files
committed
fix: Change --env-var short flag from -e to -v to avoid conflict with --with-editable
1 parent 21ac404 commit ae73191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def install(
373373
list[str],
374374
typer.Option(
375375
"--env-var",
376-
"-e",
376+
"-v",
377377
help="Environment variables in KEY=VALUE format",
378378
),
379379
] = [],

0 commit comments

Comments
 (0)