mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
fix: Change --env-var short flag from -e to -v to avoid conflict with --with-editable
This commit is contained in:
@@ -373,7 +373,7 @@ def install(
|
||||
list[str],
|
||||
typer.Option(
|
||||
"--env-var",
|
||||
"-e",
|
||||
"-v",
|
||||
help="Environment variables in KEY=VALUE format",
|
||||
),
|
||||
] = [],
|
||||
|
||||
Reference in New Issue
Block a user