File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ flowchart LR
37
37
Using this library, the Lambda function will manage the lifecycle of your stdio MCP server.
38
38
Each Lambda function invocation will:
39
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
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
45
46
46
This library supports connecting to Lambda-based MCP servers in three ways:
47
47
You can’t perform that action at this time.
0 commit comments