Phone Format Check for VS Code
io.github.dawaxwx/phone-format-check
Offline phone number validation and formatting at the edge: E.164/national/international formats,...
client:VS Code
transport:streamable-http
Install Phone Format Check in VS Code
.vscode/mcp.json
{
"servers": {
"phone-format-check": {
"type": "http",
"url": "https://phone-format-check.david-cyr.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs