From ae73191b3edadd363f251a4194658d14da18aafe Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 2 Jan 2025 16:57:53 +0000 Subject: [PATCH] fix: Change --env-var short flag from -e to -v to avoid conflict with --with-editable --- src/mcp/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/cli/cli.py b/src/mcp/cli/cli.py index 3e164d9f..f30529c2 100644 --- a/src/mcp/cli/cli.py +++ b/src/mcp/cli/cli.py @@ -373,7 +373,7 @@ def install( list[str], typer.Option( "--env-var", - "-e", + "-v", help="Environment variables in KEY=VALUE format", ), ] = [],