guesty-mcp-server 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -2
- package/server.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guesty-mcp-server",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "The first MCP server for Guesty property management. 38 tools for reservations, guests, messaging, pricing, financials, calendars, reviews, tasks, and webhooks.",
|
|
5
5
|
"main": "src/server.js",
|
|
6
6
|
"bin": {
|
|
@@ -14,11 +14,22 @@
|
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"mcp",
|
|
17
|
+
"mcp-server",
|
|
18
|
+
"model-context-protocol",
|
|
17
19
|
"guesty",
|
|
18
20
|
"property-management",
|
|
19
21
|
"short-term-rental",
|
|
20
22
|
"airbnb",
|
|
21
|
-
"
|
|
23
|
+
"vrbo",
|
|
24
|
+
"vacation-rental",
|
|
25
|
+
"ai-agent",
|
|
26
|
+
"claude",
|
|
27
|
+
"claude-code",
|
|
28
|
+
"openclaw",
|
|
29
|
+
"pms",
|
|
30
|
+
"hospitality",
|
|
31
|
+
"real-estate",
|
|
32
|
+
"automation"
|
|
22
33
|
],
|
|
23
34
|
"author": "DLJ Properties",
|
|
24
35
|
"license": "MIT",
|
package/server.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.DLJRealty/guesty",
|
|
4
4
|
"title": "Guesty MCP Server",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "MCP server for Guesty property management — 38 tools for STR operations.",
|
|
6
6
|
"version": "0.6.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/DLJRealty/guesty-mcp-server",
|