hevy-mcp 3.2.1 → 3.3.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": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "description": "A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API.",
5
5
  "keywords": [
6
6
  "api",
@@ -76,6 +76,7 @@
76
76
  "worker:dry-run": "wrangler deploy --dry-run --outdir .wrangler/dry-run"
77
77
  },
78
78
  "dependencies": {
79
+ "@cloudflare/workers-oauth-provider": "^0.8.2",
79
80
  "@modelcontextprotocol/sdk": "^1.29.0",
80
81
  "@opentelemetry/api": "^1.9.0",
81
82
  "@opentelemetry/exporter-metrics-otlp-http": "^0.220.0",
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "url": "https://github.com/chrisdoc/hevy-mcp",
8
8
  "source": "github"
9
9
  },
10
- "version": "3.2.1",
10
+ "version": "3.3.0",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "hevy-mcp",
15
- "version": "3.2.1",
15
+ "version": "3.3.0",
16
16
  "transport": {
17
17
  "type": "stdio"
18
18
  },