Pre-reqs
Extension Version
0.1.4
Gemini CLI Version
0.26.0
Environment
Darwin Shivas-MacBook-Pro.local 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:09:45 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T6030 arm64
Current Behavior
Although settings says its loaded from .env it is not loading. See screenshot:

If I export variables in .zshrc then it works
export MYSQL_HOST="localhost"
export MYSQL_PORT=10024
export MYSQL_USER=root
export MYSQL_PASSWORD=xxxx
export MYSQL_DATABASE=local
Expected Behavior
Load from .env although configuration saves data.
Steps to reproduce?
- Install MySQL MCP
- Configure it
- Load from variable is missing data from
.env
...
Additional Details
No response
Pre-reqs
Extension Version
0.1.4
Gemini CLI Version
0.26.0
Environment
Darwin Shivas-MacBook-Pro.local 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:09:45 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T6030 arm64
Current Behavior
Although settings says its loaded from

.envit is not loading. See screenshot:If I export variables in
.zshrcthen it worksExpected Behavior
Load from
.envalthough configuration saves data.Steps to reproduce?
.env...
Additional Details
No response