You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-40Lines changed: 17 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,15 @@ flowchart LR
34
34
end
35
35
```
36
36
37
+
Using this library, the Lambda function will manage the lifecycle of your stdio MCP server.
38
+
Each Lambda function invocation will:
39
+
40
+
1. start the stdio MCP server as a child process
41
+
1. initialize the MCP server
42
+
1. forward the incoming request to the local server
43
+
1. return the server's response to the function caller
44
+
1. shut down the MCP server child process
45
+
37
46
This library supports connecting to Lambda-based MCP servers in three ways:
38
47
39
48
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.
@@ -102,20 +111,6 @@ so this solution is more appropriate for service-to-service communication rather
0 commit comments