feature: support more transport of mcp server

This commit is contained in:
sean
2025-06-12 07:57:07 +08:00
parent ef39222b83
commit 0ff1abecfb
15 changed files with 2799 additions and 11 deletions

View File

@ -52,6 +52,7 @@
"chalk": "^4.1.2",
"commander": "^11.0.0",
"env-paths": "2.2.1",
"express": "^5.1.0",
"find-monorepo-root": "^1.0.3",
"find-pkg-dir": "^2.0.0",
"find-up": "^7.0.0",
@ -63,7 +64,8 @@
"resolve": "^1.22.10",
"resolve-package": "^1.0.1",
"semver": "^7.5.0",
"yaml": "^2.3.0"
"yaml": "^2.3.0",
"zod": "^3.25.62"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",