Skip to content

Commit 88450d7

Browse files
committed
'update mcp to version 2.1.0'
1 parent 3574ca6 commit 88450d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@haibun/mcp",
33
"type": "module",
4-
"version": "2.1.2",
4+
"version": "2.1.0",
55
"description": "haibun mcp server and client steppers",
66
"main": "build/mcp-server-stepper.js",
77
"files": ["build/**", "runtime/**"],
@@ -19,12 +19,12 @@
1919
"author": "",
2020
"license": "ISC",
2121
"dependencies": {
22-
"@haibun/core": "2.1.2",
22+
"@haibun/core": "2.1.0",
2323
"@modelcontextprotocol/sdk": "^1.13.0",
2424
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@haibun/storage-mem": "2.1.2",
27+
"@haibun/storage-mem": "2.1.0",
2828
"@types/node": "^22.14.0",
2929
"@typescript-eslint/eslint-plugin": "^7.18.0",
3030
"@typescript-eslint/parser": "^7.18.0",

0 commit comments

Comments
 (0)