fix(install): place claude --env after server name
This commit is contained in:
parent
a19b35cbea
commit
226d636ca2
1 changed files with 3 additions and 2 deletions
|
|
@ -438,8 +438,9 @@ apply_claude_mcp() {
|
|||
claude mcp add \
|
||||
--transport stdio \
|
||||
--scope "$claude_scope" \
|
||||
-e "${PROFILE_ENV}=${PROFILE_VALUE}" \
|
||||
"$SERVER_NAME" -- "$COMMAND_PATH" mcp
|
||||
"$SERVER_NAME" \
|
||||
--env "${PROFILE_ENV}=${PROFILE_VALUE}" \
|
||||
-- "$COMMAND_PATH" mcp
|
||||
|
||||
ui_success "Serveur \"$SERVER_NAME\" configure dans Claude ($claude_scope)."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue