@aws/run-mcp-servers-with-aws-lambda 0.4.1 → 0.4.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.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Run Model Context Protocol (MCP) servers with AWS Lambda
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/run-mcp-servers-with-aws-lambda/)
|
|
4
|
+
[](https://www.npmjs.com/package/@aws/run-mcp-servers-with-aws-lambda)
|
|
5
|
+
|
|
3
6
|
This project enables you to run [Model Context Protocol](https://modelcontextprotocol.io) stdio-based servers in AWS Lambda functions.
|
|
4
7
|
|
|
5
8
|
Currently, most implementations of MCP servers and clients are entirely local on a single machine.
|