guesty-mcp-server 0.8.1 → 0.8.2
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/CHANGELOG.md +7 -0
- package/package.json +4 -5
- package/server.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the Guesty MCP Server will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.8.2] - 2026-04-19
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- npm description synced to "43 production tools" (was stale at "38 tools" on npm page)
|
|
9
|
+
- Removed `claude-code` and `openclaw` from npm keywords (AI-disclosure hygiene)
|
|
10
|
+
- Added `iot` and `enterprise` keywords for discoverability
|
|
11
|
+
|
|
5
12
|
## [0.8.1] - 2026-04-19
|
|
6
13
|
|
|
7
14
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guesty-mcp-server",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.8.2",
|
|
4
|
+
"description": "MCP server for Guesty property management — 43 production tools covering reservations, guests, messaging, pricing, revenue, tasks, webhooks, and IoT/property-health Enterprise tier.",
|
|
5
5
|
"main": "src/server.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"guesty-mcp-server": "src/server.js",
|
|
@@ -23,10 +23,9 @@
|
|
|
23
23
|
"vrbo",
|
|
24
24
|
"vacation-rental",
|
|
25
25
|
"ai-agent",
|
|
26
|
-
"claude",
|
|
27
|
-
"claude-code",
|
|
28
|
-
"openclaw",
|
|
29
26
|
"pms",
|
|
27
|
+
"iot",
|
|
28
|
+
"enterprise",
|
|
30
29
|
"hospitality",
|
|
31
30
|
"real-estate",
|
|
32
31
|
"automation"
|
package/server.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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": "MCP server for Guesty property management
|
|
6
|
-
"version": "0.8.
|
|
5
|
+
"description": "MCP server for Guesty property management. 43 tools for STR operations.",
|
|
6
|
+
"version": "0.8.1",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/DLJRealty/guesty-mcp-server",
|
|
9
9
|
"source": "github"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"packages": [{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "guesty-mcp-server",
|
|
14
|
-
"version": "0.8.
|
|
14
|
+
"version": "0.8.1",
|
|
15
15
|
"transport": { "type": "stdio" },
|
|
16
16
|
"environmentVariables": [
|
|
17
17
|
{
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
}],
|
|
40
40
|
"remotes": [{
|
|
41
|
-
"
|
|
41
|
+
"type": "streamable-http",
|
|
42
42
|
"url": "https://guesty-mcp-server.vercel.app"
|
|
43
43
|
}]
|
|
44
44
|
}
|