MCP configuration Environment Variable expansion does not work in cmd section #4014
Labels
bug
Something isn't working
Issue/PR - Triage
New issue. Needs quick review to confirm validity and assign labels.
App Version
v3.18.3
API Provider
Not Applicable / Other
Model Used
N/A
🔁 Steps to Reproduce
Create a .env.local file with
Add an MCP config like:
💥 Outcome Summary
Expected result: the MCP server connects to Supabase using
<valid access token>
pulled from .env.local via variable substitution.Actual result: the MCP server attempts to connect to Supabase using the literal string
"${env:SUPABASE_ACCESS_TOKEN}"
as the access token.📄 Relevant Logs or Errors (Optional)
The text was updated successfully, but these errors were encountered: