From 2f6236546042d8d98cd56e54fa697a0dd36a9d8a Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Sat, 1 Nov 2025 23:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea91bcf..9239110 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ LLMCHAT__MCP_SERVERS同样为一个dict,key为服务器名称,value配置的 "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { - "BRAVE_API_KEY": "" + "BRAVE_API_KEY": "" } }, "fetch": { @@ -224,10 +224,10 @@ LLMCHAT__MCP_SERVERS同样为一个dict,key为服务器名称,value配置的 "additional_prompt": "在使用的时候你需要将你需要的结果输出出来,用户看不到你的代码,如果你需要给用户展示,你需要将代码以文字的形式发送出来。", "command": "docker", "args": [ - "run", - "--rm", - "-i", - "formulahendry/mcp-server-code-runner" + "run", + "--rm", + "-i", + "formulahendry/mcp-server-code-runner" ] }, }