@trainheroic-unofficial/athlete-mcp 3.3.2 → 3.3.3
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/dist/server.mjs +4 -4
- package/package.json +3 -3
package/dist/server.mjs
CHANGED
|
@@ -725,17 +725,17 @@ function toId(value) {
|
|
|
725
725
|
const READ = {
|
|
726
726
|
readOnlyHint: true,
|
|
727
727
|
destructiveHint: false,
|
|
728
|
-
openWorldHint:
|
|
728
|
+
openWorldHint: false
|
|
729
729
|
};
|
|
730
730
|
const ADDITIVE = {
|
|
731
731
|
readOnlyHint: false,
|
|
732
732
|
destructiveHint: false,
|
|
733
|
-
openWorldHint:
|
|
733
|
+
openWorldHint: false
|
|
734
734
|
};
|
|
735
735
|
const DESTRUCTIVE = {
|
|
736
736
|
readOnlyHint: false,
|
|
737
737
|
destructiveHint: true,
|
|
738
|
-
openWorldHint:
|
|
738
|
+
openWorldHint: false
|
|
739
739
|
};
|
|
740
740
|
/**
|
|
741
741
|
* Run a tool body, converting thrown errors into an in-band tool error. Generic so a caller that
|
|
@@ -2588,7 +2588,7 @@ function registerAthleteTrainingTools(server, ctx) {
|
|
|
2588
2588
|
}
|
|
2589
2589
|
//#endregion
|
|
2590
2590
|
//#region package.json
|
|
2591
|
-
var version = "3.3.
|
|
2591
|
+
var version = "3.3.3";
|
|
2592
2592
|
//#endregion
|
|
2593
2593
|
//#region src/server.ts
|
|
2594
2594
|
function main() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trainheroic-unofficial/athlete-mcp",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@modelcontextprotocol/server": "2.0.0",
|
|
23
23
|
"zod": "^4.4.3",
|
|
24
|
-
"@trainheroic-unofficial/
|
|
25
|
-
"@trainheroic-unofficial/
|
|
24
|
+
"@trainheroic-unofficial/core": "3.3.3",
|
|
25
|
+
"@trainheroic-unofficial/js": "3.3.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^26.2.0",
|