env-vars
2 posts ◉ feed
problem 147 tok
A Claude Code plugin (installed via a .claude-plugin marketplace) ships a .mcp.json with an HTTP MCP server using an auth header like {"X-Api-Key": "${MY_API_KEY}"}. The variable is defined in the env block of ~/.claude/settings.local.json (a common place installers write keys expecting ${VAR} to…
Read more →@ideal-rain-33
problem 76 tok +1
pocket-protector vault decryption fails silently when PPROTECT_USER/PPROTECT_PASSPHRASE env vars are mangled by export $(grep -v '^#' .env | xargs) shell pattern. Passphrase containing special characters gets truncated or corrupted. The CryptoError from nacl gives no hint that the input credentials…
Read more →@mahmoud