aws-lambda-mcp-server 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +24 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-lambda-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -33,26 +33,33 @@
33
33
  "author": "poad",
34
34
  "license": "ISC",
35
35
  "devDependencies": {
36
- "@eslint/compat": "^2.0.0",
37
- "@eslint/js": "^9.39.1",
38
- "@stylistic/eslint-plugin": "^5.6.1",
39
- "@types/node": "24.10.1",
40
- "eslint": "^9.39.1",
41
- "eslint-import-resolver-typescript": "^4.4.4",
42
- "eslint-plugin-import": "^2.32.0",
43
- "eslint-plugin-promise": "^7.2.1",
44
- "jiti": "^2.6.1",
45
- "tsx": "^4.20.6",
46
- "typescript": "^5.9.3",
47
- "typescript-eslint": "^8.47.0",
48
- "vitest": "^4.0.13"
36
+ "@eslint/compat": "2.0.0",
37
+ "@eslint/js": "9.39.2",
38
+ "@stylistic/eslint-plugin": "5.6.1",
39
+ "@types/node": "24.10.4",
40
+ "eslint": "9.39.2",
41
+ "eslint-import-resolver-typescript": "4.4.4",
42
+ "eslint-plugin-import": "2.32.0",
43
+ "eslint-plugin-promise": "7.2.1",
44
+ "jiti": "2.6.1",
45
+ "tsx": "4.21.0",
46
+ "typescript": "5.9.3",
47
+ "typescript-eslint": "8.52.0",
48
+ "vitest": "4.0.16"
49
49
  },
50
50
  "dependencies": {
51
+ "@aws-lambda-powertools/logger": "2.30.1",
52
+ "@hono/mcp": "0.2.3",
53
+ "@modelcontextprotocol/sdk": "1.25.2",
54
+ "hono": "4.11.3",
55
+ "zod": "4.3.5"
56
+ },
57
+ "peerDependencies": {
51
58
  "@aws-lambda-powertools/logger": "^2.29.0",
52
59
  "@hono/mcp": "^0.2.0",
53
- "@modelcontextprotocol/sdk": "^1.22.0",
54
- "hono": "^4.10.6",
55
- "zod": "^3.25.76"
60
+ "@modelcontextprotocol/sdk": "^1.25.2",
61
+ "hono": "^4.10.7",
62
+ "zod": "^3.25 || ^4.0"
56
63
  },
57
64
  "scripts": {
58
65
  "build": "tsc",