Update proxy release binanry and fix golang-filter dependencies (#3123)

This commit is contained in:
澄潭
2025-11-13 15:20:18 +08:00
committed by GitHub
parent ec099e0a24
commit ca64c9a1c7
7 changed files with 233 additions and 28 deletions

View File

@@ -7,7 +7,6 @@ import (
_ "github.com/alibaba/higress/plugins/golang-filter/mcp-server/servers/gorm"
_ "github.com/alibaba/higress/plugins/golang-filter/mcp-server/servers/higress/higress-api"
_ "github.com/alibaba/higress/plugins/golang-filter/mcp-server/servers/higress/higress-ops"
_ "github.com/alibaba/higress/plugins/golang-filter/mcp-server/servers/higress/nginx-migration"
_ "github.com/alibaba/higress/plugins/golang-filter/mcp-server/servers/rag"
mcp_session "github.com/alibaba/higress/plugins/golang-filter/mcp-session"
"github.com/alibaba/higress/plugins/golang-filter/mcp-session/common"

View File

@@ -70,7 +70,7 @@ func handleListPluginInstances(client *higress.HigressClient) common.ToolHandler
path = "/v1/global/plugin-instances"
}
respBody, err := client.Get(path)
respBody, err := client.Get(ctx, path)
if err != nil {
return nil, fmt.Errorf("failed to list plugin instances at scope '%s': %w", scope, err)
}