untappd-mcp 1.8.3 → 1.8.4

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.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "metadata": {
9
9
  "description": "MCP server for Untappd — beers, breweries, venues, check-ins, wishlists, and your friend feed",
10
- "version": "1.8.3"
10
+ "version": "1.8.4"
11
11
  },
12
12
  "plugins": [
13
13
  {
@@ -15,7 +15,7 @@
15
15
  "displayName": "Untappd",
16
16
  "source": "./",
17
17
  "description": "MCP server for Untappd — search beers/breweries/venues, read profiles/check-ins/wishlists, and post check-ins, toasts, and comments",
18
- "version": "1.8.3",
18
+ "version": "1.8.4",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "untappd-mcp",
3
3
  "displayName": "Untappd",
4
- "version": "1.8.3",
4
+ "version": "1.8.4",
5
5
  "description": "MCP server for Untappd — search beers/breweries/venues, read check-ins and wishlists, and post check-ins, toasts, and comments",
6
6
  "author": {
7
7
  "name": "Chris Hall",
package/dist/bundle.js CHANGED
@@ -31232,7 +31232,7 @@ function toolAnnotations(opts = {}) {
31232
31232
  }
31233
31233
 
31234
31234
  // src/version.ts
31235
- var VERSION = "1.8.3";
31235
+ var VERSION = "1.8.4";
31236
31236
 
31237
31237
  // src/client.ts
31238
31238
  import { dirname, join } from "path";
package/dist/version.js CHANGED
@@ -3,4 +3,4 @@
3
3
  // json's `extra-files`), and `versionSyncTest` guards that it stays equal to
4
4
  // package.json. Import VERSION wherever the version is needed rather than
5
5
  // re-declaring it.
6
- export const VERSION = '1.8.3'; // x-release-please-version
6
+ export const VERSION = '1.8.4'; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "untappd-mcp",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "mcpName": "io.github.chrischall/untappd-mcp",
5
5
  "description": "Untappd MCP server for Claude — developed and maintained by AI (Claude Code)",
6
6
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
@@ -43,7 +43,7 @@
43
43
  "worker:test": "vitest run --config vitest.workers.config.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@chrischall/mcp-utils": "^0.13.1",
46
+ "@chrischall/mcp-utils": "^0.14.0",
47
47
  "@modelcontextprotocol/sdk": "^1.29.0",
48
48
  "ai": "^7.0.19",
49
49
  "dotenv": "^17.4.0",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@chrischall/mcp-connector": "^1.1.1",
54
- "@cloudflare/vitest-pool-workers": "^0.19.0",
54
+ "@cloudflare/vitest-pool-workers": "^0.20.1",
55
55
  "@cloudflare/workers-oauth-provider": "^0.8.1",
56
56
  "@cloudflare/workers-types": "^5.20260708.1",
57
57
  "@types/node": "^26.1.1",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/chrischall/untappd-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "1.8.3",
9
+ "version": "1.8.4",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "untappd-mcp",
14
- "version": "1.8.3",
14
+ "version": "1.8.4",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },