Fix Twilio MCP integration with baked-in credentials
- 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
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -25,4 +25,6 @@ data/
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
~*
|
||||
~*
|
||||
# Environment file with credentials
|
||||
.env
|
||||
|
Reference in New Issue
Block a user