exercisebank-mcp 0.1.0 → 0.1.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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ catch (e) {
|
|
|
18
18
|
process.exit(1);
|
|
19
19
|
}
|
|
20
20
|
const END_USER = process.env.EB_END_USER?.trim();
|
|
21
|
-
const server = new McpServer({ name: "exercisebank", version: "0.1.
|
|
21
|
+
const server = new McpServer({ name: "exercisebank", version: "0.1.1" });
|
|
22
22
|
const text = (value) => ({ content: [{ type: "text", text: JSON.stringify(value) }] });
|
|
23
23
|
const guard = (run) => async (args) => {
|
|
24
24
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exercisebank-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Model Context Protocol server for the ExerciseBank API (exercisebank.net): search 1,492 filmed exercises by muscle, equipment, movement pattern, difficulty and joints to avoid; get substitutes with reasons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"directory": "packages/exercisebank-mcp"
|
|
21
21
|
},
|
|
22
22
|
"bugs": "https://github.com/exercisebank/examples/issues",
|
|
23
|
-
"mcpName": "
|
|
23
|
+
"mcpName": "net.exercisebank/exercisebank-mcp",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"bin": {
|