- Change executable from claude-code to claude in startup.sh - Fix .env parsing to handle comments using set -a/source - Add explicit PATH for npm global binaries in Dockerfile - Update scratchpad.md with fix documentation
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"mcpServers": {
|
|
"twilio": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@twilio-alpha/mcp",
|
|
"${TWILIO_ACCOUNT_SID}/${TWILIO_API_KEY}:${TWILIO_API_SECRET}",
|
|
"--services",
|
|
"twilio_api_v2010",
|
|
"--tags",
|
|
"Api20100401Message"
|
|
]
|
|
}
|
|
}
|
|
} |