@trainheroic-unofficial/athlete-mcp 0.6.1 → 0.6.2

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/README.md CHANGED
@@ -72,7 +72,7 @@ are `YYYY-MM-DD`); your MCP client shows the full schema for each.
72
72
 
73
73
  ## Develop
74
74
 
75
- Run `pnpm install` once at the repo root (Node >= 22, pnpm 10), then from this package. The
75
+ Run `pnpm install` once at the repo root (Node >= 24, pnpm 11), then from this package. The
76
76
  `pnpm start`/`pnpm inspect` commands need `TRAINHEROIC_EMAIL` and `TRAINHEROIC_PASSWORD`
77
77
  exported in your shell. "MCP Inspector" is the [official MCP debugging UI](https://github.com/modelcontextprotocol/inspector).
78
78
 
package/dist/server.mjs CHANGED
@@ -1265,7 +1265,7 @@ function registerAthleteTrainingTools(server, ctx) {
1265
1265
  }
1266
1266
  //#endregion
1267
1267
  //#region package.json
1268
- var version = "0.6.1";
1268
+ var version = "0.6.2";
1269
1269
  //#endregion
1270
1270
  //#region src/server.ts
1271
1271
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trainheroic-unofficial/athlete-mcp",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.29.0",
23
23
  "zod": "^4.4.3",
24
- "@trainheroic-unofficial/core": "0.6.1",
25
- "@trainheroic-unofficial/js": "0.6.1"
24
+ "@trainheroic-unofficial/core": "0.6.2",
25
+ "@trainheroic-unofficial/js": "0.6.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^26.0.0",