@aws/run-mcp-servers-with-aws-lambda 0.1.1 → 0.1.3
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 +2 -0
- 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
|