hevy-mcp 1.12.24 → 1.13.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-mcp",
3
- "version": "1.12.24",
3
+ "version": "1.13.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,8 @@
17
17
  "hevy-mcp": "dist/cli.js"
18
18
  },
19
19
  "scripts": {
20
- "inspect": "pnpm run build && pnpm dlx @modelcontextprotocol/inspector@latest node dist/cli.js",
20
+ "inspect": "pnpm run build && dotenvx run -- pnpm dlx @modelcontextprotocol/inspector@latest node dist/index.js",
21
+ "inspect:npm": "dotenvx run -- pnpm dlx @modelcontextprotocol/inspector@latest pnpm dlx hevy-mcp@latest",
21
22
  "test": "vitest --run",
22
23
  "export-specs": "node ./scripts/export-openapi-spec.js",
23
24
  "build": "tsup",