Skip to content

Commit 9298137

Browse files
author
BusinessHotels
authored
Update README.md
1 parent c37d2d6 commit 9298137

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
2626

2727

2828
```json
29-
"businesshotels-universal-agentic-api": {
30-
"command": "npx",
31-
"args": ["-y", "@businesshotels/mcp-server"],
32-
"env": {
33-
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
29+
{
30+
"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"
36+
}
37+
}
3438
}
3539
}
3640
```

0 commit comments

Comments
 (0)