Skip to content

Commit 95f283f

Browse files
author
BusinessHotels
authored
Update README.md
1 parent 7c29dba commit 95f283f

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

src/business-hotels-mcp/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@ This server is optimized for autonomous agents and "Bleisure" (business + leisur
2525
Add the following block to the `mcpServers` section of your `claude_desktop_config.json`:
2626

2727
```json
28-
"businesshotels-universal-agentic-api": {
29-
"command": "npx",
30-
"args": ["-y", "@businesshotels/mcp-server"],
31-
"env": {
32-
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
28+
{
29+
"mcpServers": {
30+
"businesshotels-universal-agentic-api": {
31+
"command": "npx",
32+
"args": [
33+
"-y",
34+
"@businesshotels/mcp-server"
35+
],
36+
"env": {
37+
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
38+
}
39+
}
3340
}
3441
}
3542

0 commit comments

Comments
 (0)