We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c29dba commit 95f283fCopy full SHA for 95f283f
1 file changed
src/business-hotels-mcp/README.md
@@ -25,11 +25,18 @@ This server is optimized for autonomous agents and "Bleisure" (business + leisur
25
Add the following block to the `mcpServers` section of your `claude_desktop_config.json`:
26
27
```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"
+ {
+ "mcpServers": {
+ "businesshotels-universal-agentic-api": {
+ "command": "npx",
+ "args": [
33
+ "-y",
34
+ "@businesshotels/mcp-server"
35
+ ],
36
+ "env": {
37
+ "BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
38
+ }
39
40
}
41
42
0 commit comments