release 2.1.0 rc.2 (#1995)

This commit is contained in:
澄潭
2025-04-01 15:32:33 +08:00
committed by GitHub
parent a602f7a725
commit 639956c0b8
17 changed files with 73 additions and 53 deletions

View File

@@ -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()
}