Skip to content

Commit 5c972eb

Browse files
poadgithub-actions[bot]
authored andcommitted
chore: release v1.1.0
1 parent 623465a commit 5c972eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/example",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"private": true,
66
"license": "ISC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-lambda-mcp-server/root",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
66
"type": "module",
77
"scripts": {

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"keywords": [
@@ -63,7 +63,7 @@
6363
"@hono/mcp": "^0.2.0",
6464
"@modelcontextprotocol/sdk": "^1.23.0",
6565
"hono": "^4.10.6",
66-
"zod": "^4.1.13"
66+
"zod": "^3.25 || ^4.0"
6767
},
6868
"peerDependencies": {
6969
"@aws-lambda-powertools/logger": "^2.29.0",

0 commit comments

Comments
 (0)