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
3737Using this library, the Lambda function will manage the lifecycle of your stdio MCP server.
3838Each Lambda function invocation will:
3939
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
4545
4646This library supports connecting to Lambda-based MCP servers in three ways:
4747
You can’t perform that action at this time.
0 commit comments