mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
Update proxy release binanry and fix golang-filter dependencies (#3123)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user