We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37d2d6 commit 9298137Copy full SHA for 9298137
1 file changed
src/business-hotels-mcp/README.md
@@ -26,11 +26,15 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
26
27
28
```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"
+{
+ "mcpServers": {
+ "businesshotels-universal-agentic-api": {
+ "command": "npx",
+ "args": ["-y", "@businesshotels/mcp-server"],
34
+ "env": {
35
+ "BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
36
+ }
37
38
}
39
40
```
0 commit comments