Merge pull request #1002 from afjcjsbx/docs/mcp-http-server-example

docs(mcp): http server example
This commit is contained in:
daming大铭 2026-03-03 14:44:07 +08:00 committed by GitHub
commit 227f22d28a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,6 +246,14 @@
"mcp": {
"enabled": false,
"servers": {
"context7": {
"enabled": false,
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "ctx7sk-xx"
}
},
"filesystem": {
"enabled": false,
"command": "npx",