feat: 添加项目文档和配置更新
docs: 完善README文档结构和内容 refactor: 更新配置类注释和文档字符串 style: 统一代码格式和命名规范 fix: 修正MCP服务器配置和依赖项
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"calculator": {
|
||||
"url": "http://6.6.6.78:50051/mcp",
|
||||
"transport": "streamable_http"
|
||||
"url": "https://xiaoliang.quant-speed.com/api/mcp/",
|
||||
"transport": "streamable_https"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"remote-http-server": {
|
||||
"type": "http",
|
||||
"url": "http://6.6.6.78:50051/mcp"
|
||||
"type": "https",
|
||||
"url": "https://xiaoliang.quant-speed.com/api/mcp/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user