Skip to content

Commit 5335574

Browse files
wip
1 parent 8f66983 commit 5335574

File tree

10 files changed

+3155
-6
lines changed

10 files changed

+3155
-6
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"keywords": [
2121
"hono",
2222
"openapi",
23+
"mcp",
24+
"model-context-protocol",
2325
"zod",
2426
"valibot",
2527
"typebox",
@@ -48,7 +50,7 @@
4850
"default": "./dist/index.cjs"
4951
}
5052
},
51-
"/mcp": {
53+
"./mcp": {
5254
"import": {
5355
"types": "./dist/mcp/index.d.ts",
5456
"default": "./dist/mcp/index.js"
@@ -61,6 +63,7 @@
6163
},
6264
"peerDependencies": {
6365
"@hono/standard-validator": "^0.2.0",
66+
"@modelcontextprotocol/sdk": "^1.25.3",
6467
"@standard-community/standard-json": "^0.3.5",
6568
"@standard-community/standard-openapi": "^0.2.9",
6669
"@types/json-schema": "^7.0.15",
@@ -71,6 +74,9 @@
7174
"@hono/standard-validator": {
7275
"optional": true
7376
},
77+
"@modelcontextprotocol/sdk": {
78+
"optional": true
79+
},
7480
"hono": {
7581
"optional": true
7682
}

pnpm-lock.yaml

Lines changed: 674 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)