@aws/run-mcp-servers-with-aws-lambda 0.1.1 → 0.1.2

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,8 @@ flowchart LR
38
38
 
39
39
  ## Considerations
40
40
 
41
+ - If you are looking for a way to invoke existing Lambda functions as tools through MCP,
42
+ see the [AWS Lambda MCP Server project](https://awslabs.github.io/mcp/servers/lambda-mcp-server/).
41
43
  - This package currently requires using a custom MCP client transport to communicate with the MCP
42
44
  server by invoking the Lambda function. Existing applications with MCP support such as
43
45
  Amazon Q Developer CLI, Cline, etc do not have this custom transport, and cannot communicate with
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.1.1",
4
+ "version": "0.1.2",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "author": {