willitsend for VS Code
io.github.abryfs/willitsend
Deterministic pre-send lint for SMS/iMessage: silent carrier filtering and segment blowups.
client:VS Code
transport:stdio
runtime:npm
Install willitsend in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agentphone-api-key",
"description": "AGENTPHONE_API_KEY",
"password": true
}
],
"servers": {
"willitsend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"willitsend"
],
"env": {
"AGENTPHONE_API_KEY": "${input:agentphone-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs