hevy-mcp 1.4.0 → 1.7.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-mcp",
3
- "version": "1.4.0",
3
+ "version": "1.7.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,13 +18,14 @@
18
18
  },
19
19
  "scripts": {
20
20
  "inspect": "npm run build && npx -y @modelcontextprotocol/inspector@latest node dist/index.js",
21
- "test": "vitest",
21
+ "test": "vitest --run",
22
22
  "export-specs": "node ./scripts/export-openapi-spec.js",
23
23
  "build": "tsup",
24
- "build:client": "kiota generate -l typescript -d openapi-spec.json -c HevyClient -o ./src/generated/client --log-level error --clean-output --clear-cache",
24
+ "build:client": "kubb generate",
25
25
  "start": "node dist/index.js",
26
26
  "dev": "tsx watch --clear-screen=false src/index.ts",
27
- "check": "biome check --fix",
27
+ "check": "biome check --write --unsafe",
28
+ "check:types": "tsc --noEmit",
28
29
  "version:patch": "npm version patch",
29
30
  "version:minor": "npm version minor",
30
31
  "version:major": "npm version major",
@@ -43,33 +44,38 @@
43
44
  "license": "MIT",
44
45
  "description": "A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.",
45
46
  "dependencies": {
46
- "@dotenvx/dotenvx": "^1.44.0",
47
- "@microsoft/kiota-abstractions": "1.0.0-preview.94",
48
- "@microsoft/kiota-authentication-azure": "1.0.0-preview.94",
49
- "@microsoft/kiota-bundle": "1.0.0-preview.94",
50
- "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.94",
51
- "@microsoft/kiota-serialization-json": "1.0.0-preview.94",
52
- "@microsoft/kiota-serialization-text": "1.0.0-preview.94",
53
- "@modelcontextprotocol/sdk": "^1.11.3",
47
+ "@dotenvx/dotenvx": "^1.46.0",
48
+ "@kubb/cli": "^3.14.0",
49
+ "@kubb/core": "^3.14.0",
50
+ "@kubb/plugin-client": "^3.14.0",
51
+ "@kubb/plugin-faker": "^3.14.0",
52
+ "@kubb/plugin-oas": "^3.14.0",
53
+ "@kubb/plugin-ts": "^3.14.0",
54
+ "@kubb/plugin-zod": "^3.14.0",
55
+ "@modelcontextprotocol/sdk": "^1.15.0",
56
+ "axios": "^1.10.0",
54
57
  "uuid": "^11.1.0",
55
- "zod": "^3.24.4"
58
+ "zod": "^3.25.75"
56
59
  },
57
60
  "devDependencies": {
58
- "@biomejs/biome": "1.9.4",
59
- "@commitlint/cli": "^19.8.0",
60
- "@commitlint/config-conventional": "^19.8.0",
61
- "@commitlint/prompt-cli": "^19.8.0",
61
+ "@biomejs/biome": "2.0.6",
62
+ "@commitlint/cli": "^19.8.1",
63
+ "@commitlint/config-conventional": "^19.8.1",
64
+ "@commitlint/prompt-cli": "^19.8.1",
62
65
  "@semantic-release/changelog": "^6.0.3",
66
+ "@semantic-release/commit-analyzer": "^13.0.1",
63
67
  "@semantic-release/git": "^10.0.1",
64
- "@types/node": "^22.13.13",
65
- "@vitest/coverage-v8": "^3.1.1",
68
+ "@semantic-release/npm": "^12.0.2",
69
+ "@semantic-release/release-notes-generator": "^14.0.3",
70
+ "@types/node": "^24.0.10",
71
+ "@vitest/coverage-v8": "^3.2.4",
66
72
  "abstract-syntax-tree": "^2.22.0",
67
- "lefthook": "^1.11.5",
68
- "semantic-release": "^24.2.3",
69
- "tsup": "^8.4.0",
70
- "tsx": "^4.19.3",
73
+ "lefthook": "^1.11.16",
74
+ "semantic-release": "^24.2.6",
75
+ "tsup": "^8.5.0",
76
+ "tsx": "^4.20.3",
71
77
  "typescript": "^5.8.3",
72
- "vitest": "^3.1.1"
78
+ "vitest": "^3.2.4"
73
79
  },
74
80
  "engines": {
75
81
  "node": ">=20.0.0"