mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-02-05 11:38:05 +00:00
📘 更新 README
This commit is contained in:
parent
ec126d164e
commit
483917811c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -205,7 +205,7 @@ LLMCHAT__MCP_SERVERS同样为一个dict,key为服务器名称,value配置的
|
|||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
||||
"env": {
|
||||
"BRAVE_API_KEY": "<your-api-key>"
|
||||
"BRAVE_API_KEY": "<your-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"
|
||||
]
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue