whitelabel ordering for VS Code
com.cordering/whitelabel-ordering
Order food from Cordering white-label restaurants: browse menus, confirm, then place an order.
client:VS Code
transport:streamable-http
tools:10
Install whitelabel ordering in VS Code
.vscode/mcp.json
{
"servers": {
"whitelabel-ordering": {
"type": "http",
"url": "https://wl-mcp.cordering.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs