refactor(ch10): align filenames and update corresponding README sections

This commit is contained in:
Annyfee
2026-01-03 17:23:04 +08:00
parent 4392c7a313
commit f114285928
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
---
### 1. `stdio_server.py` (标准输入输出MCP服务器)
### 1. `s01_stdio_server.py` (标准输入输出MCP服务器)
实现基于标准输入输出的MCP服务器,支持本地进程间通信。
@@ -24,7 +24,7 @@
---
### 2. `streamable_http_server.py` HTTP协议MCP服务器)
### 2. `s02_streamable_http_server.py` HTTP协议MCP服务器)
实现基于HTTP协议的MCP服务器,支持远程网络调用。