MCP服务器为LLM提供上下文
{
"mcp": {
"servers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"deepwiki": {
"url": "https://mcp.deepwiki.com/mcp"
}
}
}
}此配置设置了一个MCP服务器,可用于为大型语言模型(LLM)提供上下文。这 context7 服务器使用 @upstash/context7-mcp 包,这是一个用于管理和向LLM提供上下文的工具。这 deepwiki 服务器连接到提供额外上下文的外部服务。
