@chrischall/tripadvisor-mcp 0.3.4 → 0.3.5
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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/dist/bundle.js +1 -1
- package/dist/version.js +1 -1
- package/mint.yaml +8 -1
- package/package.json +1 -1
- package/server.json +2 -2
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "MCP server for the TripAdvisor Terra API — location search, details, photos, and reviews",
|
|
10
|
-
"version": "0.3.
|
|
10
|
+
"version": "0.3.5"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
|
13
13
|
{
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"displayName": "TripAdvisor",
|
|
16
16
|
"source": "./",
|
|
17
17
|
"description": "TripAdvisor travel data via the Terra API — search hotels, restaurants, and attractions, with details, photos, and reviews",
|
|
18
|
-
"version": "0.3.
|
|
18
|
+
"version": "0.3.5",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "Chris Hall"
|
|
21
21
|
},
|
package/dist/bundle.js
CHANGED
|
@@ -35006,7 +35006,7 @@ var pageSchema = {
|
|
|
35006
35006
|
};
|
|
35007
35007
|
|
|
35008
35008
|
// src/version.ts
|
|
35009
|
-
var VERSION = "0.3.
|
|
35009
|
+
var VERSION = "0.3.5";
|
|
35010
35010
|
|
|
35011
35011
|
// src/client.ts
|
|
35012
35012
|
import { dirname, join } from "node:path";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** Single source of the server version. release-please bumps the literal below. */
|
|
2
|
-
export const VERSION = '0.3.
|
|
2
|
+
export const VERSION = '0.3.5'; // x-release-please-version
|
package/mint.yaml
CHANGED
|
@@ -53,4 +53,11 @@ egress:
|
|
|
53
53
|
# Only hosts the SERVER process actually fetches. Hosts that appear
|
|
54
54
|
# solely in a URL this server BUILDS and returns are excluded.
|
|
55
55
|
- terra.tripadvisor.com
|
|
56
|
-
|
|
56
|
+
#
|
|
57
|
+
# NOT listed on purpose: www.tripadvisor.com (and the tripadvisor.com
|
|
58
|
+
# apex). The web tools reach the consumer site through the fetchproxy
|
|
59
|
+
# BROWSER BRIDGE — each request is a same-origin fetch executed in the
|
|
60
|
+
# user's signed-in tab, so the browser dials it, never this process, and
|
|
61
|
+
# there is no direct (bridge-less) mode. The only host the process itself
|
|
62
|
+
# fetches is the Terra API above; the www hostname appears in src only in
|
|
63
|
+
# error hints and returned deep-links.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrischall/tripadvisor-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"mcpName": "io.github.chrischall/tripadvisor-mcp",
|
|
5
5
|
"description": "TripAdvisor Terra API MCP server for Claude — search locations, details, photos, and reviews. Developed and maintained by AI (Claude Code).",
|
|
6
6
|
"author": "Claude Code (AI) <https://www.anthropic.com/claude>",
|
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/chrischall/tripadvisor-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.3.
|
|
9
|
+
"version": "0.3.5",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@chrischall/tripadvisor-mcp",
|
|
14
|
-
"version": "0.3.
|
|
14
|
+
"version": "0.3.5",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|