Skip to content

Commit 91c0065

Browse files
author
BusinessHotels
authored
Update README.md
1 parent 92c47ce commit 91c0065

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
2929
"command": "npx",
3030
"args": ["-y", "@businesshotels/mcp-server"],
3131
"env": {
32-
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
33-
}
34-
}
32+
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
33+
}
34+
}
3535
}
3636
}
3737
```
@@ -43,14 +43,12 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
4343
```json
4444
{
4545
"mcpServers": {
46-
"businesshotels-remote": {
47-
"description": "Live hotel rates and booking URLs from BusinessHotels.com",
48-
"type": "remote",
49-
"urls": {
50-
"tools": "[https://www.businesshotels.com/mcp-server.php?route=tools](https://www.businesshotels.com/mcp-server.php?route=tools)",
51-
"config": "[https://www.businesshotels.com/mcp-server.php?route=config](https://www.businesshotels.com/mcp-server.php?route=config)"
52-
}
53-
}
46+
"businesshotels-remote": {
47+
"description": "Live hotel rates and booking URLs from BusinessHotels.com",
48+
"type": "remote",
49+
"urls": {
50+
"tools": "https://www.businesshotels.com/mcp-server.php?route=tools",
51+
"config": "https://www.businesshotels.com/mcp-server.php?route=config"
5452
}
5553
}
5654
```

0 commit comments

Comments
 (0)