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

@@ -17,7 +17,7 @@ package main
import (
"quark-search/tools"
"github.com/alibaba/higress/plugins/wasm-go/pkg/mcp"
"github.com/higress-group/wasm-go/pkg/mcp"
)
func main() {}