Skip to content

Commit c80f15b

Browse files
authored
Merge pull request #5 from allenzhou101/allen/readme-nit
docs: fix stdio transport mention in readme for node pizza sample
2 parents 6eb6c8b + 7b27d84 commit c80f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pizzaz_server_node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you prefer npm or yarn, adjust the command accordingly.
2121
pnpm start
2222
```
2323

24-
The script bootstraps the server over stdio, which makes it compatible with the MCP Inspector as well as ChatGPT connectors. Once running you can list the tools and invoke any of the pizza experiences.
24+
The script bootstraps the server over SSE (Server-Sent Events), which makes it compatible with the MCP Inspector as well as ChatGPT connectors. Once running you can list the tools and invoke any of the pizza experiences.
2525

2626
Each tool responds with:
2727

0 commit comments

Comments
 (0)