weselltours for VS Code
io.github.jyswee/weselltours
Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.
client:VS Code
transport:stdio
runtime:npm
Install weselltours in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "wst-api-key",
"description": "WST_API_KEY",
"password": true
}
],
"servers": {
"weselltours": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weselltours"
],
"env": {
"WST_API_KEY": "${input:wst-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