From ff1da942d3f16c0e622e749202924b5f4c1a9d4e Mon Sep 17 00:00:00 2001 From: sd0ric4 <1286518974@qq.com> Date: Sun, 20 Jul 2025 19:19:22 +0800 Subject: [PATCH] fix: remove extraneous code block in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4684c67c7..f1839845c 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,6 @@ app.listen(3000); > [!TIP] > When using this in a remote environment, make sure to allow the header parameter `mcp-session-id` in CORS. Otherwise, it may result in a `Bad Request: No valid session ID provided` error. Read the following section for examples. -> ``` #### CORS Configuration for Browser-Based Clients