mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
release 2.1.0 rc.2 (#1995)
This commit is contained in:
@@ -25,8 +25,8 @@ func main() {}
|
||||
|
||||
func init() {
|
||||
mcp.LoadMCPServer(mcp.AddMCPServer("quark-search",
|
||||
quark.LoadTools(&mcp.MCPServer{})))
|
||||
quark.LoadTools(mcp.NewMCPServer())))
|
||||
mcp.LoadMCPServer(mcp.AddMCPServer("amap-tools",
|
||||
amap.LoadTools(&mcp.MCPServer{})))
|
||||
amap.LoadTools(mcp.NewMCPServer())))
|
||||
mcp.InitMCPServer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user