- Add proper type and env sections to mcp-config.json - Remove dynamic MCP add command, use pre-configured MCP - Bake .env credentials into Docker image at build time - Remove runtime .env volume mount - true one-time setup - Auto-rebuild image when .env file changes - Export Twilio env vars for MCP server subprocess - Remove conflicting .mcp.json file
31 lines
286 B
Plaintext
31 lines
286 B
Plaintext
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Node modules (if any local testing)
|
|
node_modules/
|
|
|
|
# Docker volumes
|
|
data/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
~*
|
|
# Environment file with credentials
|
|
.env
|