hotelbooking for VS Code
io.github.dida-ai/hotelbooking
Hotel Booking MCP Server
client:VS Code
transport:stdio
runtime:npm
Install hotelbooking in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "dida-api-key",
"description": "DIDA_API_KEY",
"password": true
}
],
"servers": {
"hotelbooking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@didaai/hotelbooking"
],
"env": {
"DIDA_API_KEY": "${input:dida-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