hotelbooking for VS Code
io.github.rollinggo-ai/hotelbooking
RollingGo Hotel Booking MCP Server (国内中文版)
client:VS Code
transport:stdio
runtime:npm
Install hotelbooking in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rollinggo-api-key",
"description": "ROLLINGGO_API_KEY",
"password": true
}
],
"servers": {
"hotelbooking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rollinggo-hotelbooking"
],
"env": {
"ROLLINGGO_API_KEY": "${input:rollinggo-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