Skip to content

Commit c84fc48

Browse files
committed
chore(docs): Fix casing
1 parent c66f9a4 commit c84fc48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ flowchart LR
3737
Using this library, the Lambda function will manage the lifecycle of your stdio MCP server.
3838
Each 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

4646
This library supports connecting to Lambda-based MCP servers in three ways:
4747

0 commit comments

Comments
 (0)