@aws/run-mcp-servers-with-aws-lambda 0.4.3 → 0.4.5
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.
- package/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ Each Lambda function invocation will:
|
|
|
49
49
|
This library supports connecting to Lambda-based MCP servers in four ways:
|
|
50
50
|
|
|
51
51
|
1. The [MCP Streamable HTTP transport](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http), using Amazon API Gateway. Typically authenticated using OAuth.
|
|
52
|
-
1. The MCP Streamable HTTP transport, using Amazon Bedrock AgentCore Gateway
|
|
52
|
+
1. The MCP Streamable HTTP transport, using Amazon Bedrock AgentCore Gateway. Authenticated using OAuth.
|
|
53
53
|
1. A custom Streamable HTTP transport with support for SigV4, using a Lambda function URL. Authenticated with AWS IAM.
|
|
54
54
|
1. A custom Lambda invocation transport, using the Lambda Invoke API directly. Authenticated with AWS IAM.
|
|
55
55
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/run-mcp-servers-with-aws-lambda",
|
|
3
3
|
"description": "Run Model Context Protocol (MCP) servers with AWS Lambda",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@eslint/js": "^9.34.0",
|
|
43
43
|
"@tsconfig/recommended": "^1.0.10",
|
|
44
|
-
"@types/aws-lambda": "^8.10.
|
|
44
|
+
"@types/aws-lambda": "^8.10.153",
|
|
45
45
|
"@types/jest": "^30.0.0",
|
|
46
|
-
"@types/node": "^24.
|
|
46
|
+
"@types/node": "^24.6.1",
|
|
47
47
|
"aws-sdk-client-mock": "^4.1.0",
|
|
48
48
|
"aws-sdk-client-mock-jest": "^4.1.0",
|
|
49
|
-
"eslint": "^9.
|
|
49
|
+
"eslint": "^9.36.0",
|
|
50
50
|
"eslint-plugin-check-file": "^3.3.0",
|
|
51
|
-
"jest": "^30.
|
|
52
|
-
"ts-jest": "^29.4.
|
|
53
|
-
"tsx": "^4.20.
|
|
54
|
-
"typescript": "^5.9.
|
|
55
|
-
"typescript-eslint": "^8.
|
|
51
|
+
"jest": "^30.2.0",
|
|
52
|
+
"ts-jest": "^29.4.4",
|
|
53
|
+
"tsx": "^4.20.6",
|
|
54
|
+
"typescript": "^5.9.3",
|
|
55
|
+
"typescript-eslint": "^8.45.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@aws-sdk/credential-provider-node": "^3.859.0",
|
|
61
61
|
"@aws-sdk/protocol-http": "^3.374.0",
|
|
62
62
|
"@aws-sdk/types": "^3.840.0",
|
|
63
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
64
|
-
"@smithy/signature-v4": "^5.
|
|
63
|
+
"@modelcontextprotocol/sdk": "^1.20.0",
|
|
64
|
+
"@smithy/signature-v4": "^5.3.0",
|
|
65
65
|
"winston": "^3.17.0"
|
|
66
66
|
}
|
|
67
67
|
}
|