@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 +1 -1
- package/dist/server.mjs +1 -1
- package/package.json +3 -3
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 >=
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trainheroic-unofficial/athlete-mcp",
|
|
3
|
-
"version": "0.6.
|
|
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.
|
|
25
|
-
"@trainheroic-unofficial/js": "0.6.
|
|
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",
|