Skip to content

Commit 144b467

Browse files
author
BusinessHotels
authored
Update README.md
1 parent 5df1580 commit 144b467

1 file changed

Lines changed: 18 additions & 11 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
2828
```json
2929
{
3030
"mcpServers": {
31-
"businesshotels-universal-agentic-api": {
32-
"command": "npx",
33-
"args": ["-y", "@businesshotels/mcp-server"],
34-
"env": {
35-
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
31+
"businesshotels-universal-agentic-api": {
32+
"command": "npx",
33+
"args": [
34+
"-y",
35+
"@businesshotels/mcp-server"
36+
],
37+
"env": {
38+
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
39+
}
40+
}
3641
}
3742
}
3843
```
@@ -46,12 +51,14 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
4651
```json
4752
{
4853
"mcpServers": {
49-
"businesshotels-remote": {
50-
"description": "Live hotel rates and booking URLs from BusinessHotels.com",
51-
"type": "remote",
52-
"urls": {
53-
"tools": "https://www.businesshotels.com/mcp-server.php?route=tools",
54-
"config": "https://www.businesshotels.com/mcp-server.php?route=config"
54+
"businesshotels-remote": {
55+
"description": "Live hotel rates and booking URLs from BusinessHotels.com",
56+
"type": "remote",
57+
"urls": {
58+
"tools": "https://www.businesshotels.com/mcp-server.php?route=tools",
59+
"config": "https://www.businesshotels.com/mcp-server.php?route=config"
60+
}
61+
}
5562
}
5663
}
5764
```

0 commit comments

Comments
 (0)