We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a4729 commit 1bc6229Copy full SHA for 1bc6229
1 file changed
src/business-hotels-mcp/README.md
@@ -94,7 +94,10 @@ Add the following block to the `mcpServers` section of your `claude_desktop_conf
94
"mcpServers": {
95
"businesshotels-universal-agentic-api": {
96
"command": "npx",
97
- "args": ["-y", "@businesshotels/business-hotels-mcp"],
+ "args": [
98
+ "-y",
99
+ "@businesshotels/business-hotels-mcp"
100
+ ],
101
"env": {
102
"BUSINESS_HOTELS_API_KEY": "test-live-hotel-rates2025"
103
}
0 commit comments