We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bbb4f commit 0f3aad5Copy full SHA for 0f3aad5
modules/mcp/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@haibun/mcp",
3
"type": "module",
4
- "version": "2.1.1",
+ "version": "2.1.2",
5
"description": "haibun mcp server and client steppers",
6
"main": "build/mcp-server-stepper.js",
7
"files": ["build/**", "runtime/**"],
@@ -19,12 +19,12 @@
19
"author": "",
20
"license": "ISC",
21
"dependencies": {
22
- "@haibun/core": "2.1.1",
+ "@haibun/core": "2.1.2",
23
"@modelcontextprotocol/sdk": "^1.13.0",
24
"zod": "^3.25.67"
25
},
26
"devDependencies": {
27
- "@haibun/storage-mem": "2.1.1",
+ "@haibun/storage-mem": "2.1.2",
28
"@types/node": "^22.14.0",
29
"@typescript-eslint/eslint-plugin": "^7.18.0",
30
"@typescript-eslint/parser": "^7.18.0",
0 commit comments