refactor: mcp server depends on the latest wasm-go repository (#2458)

This commit is contained in:
澄潭
2025-06-18 20:32:47 +08:00
committed by GitHub
parent 272d693df3
commit dad6278a6d
24 changed files with 43 additions and 40 deletions

View File

@@ -24,8 +24,8 @@ import (
"quark-search/config"
"github.com/alibaba/higress/plugins/wasm-go/pkg/mcp/server"
"github.com/alibaba/higress/plugins/wasm-go/pkg/mcp/utils"
"github.com/higress-group/wasm-go/pkg/mcp/server"
"github.com/higress-group/wasm-go/pkg/mcp/utils"
"github.com/tidwall/gjson"
)