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

@@ -24,6 +24,6 @@ func main() {}
func init() {
mcp.LoadMCPServer(mcp.AddMCPServer("quark-search",
tools.LoadTools(&mcp.MCPServer{})))
tools.LoadTools(mcp.NewMCPServer())))
mcp.InitMCPServer()
}