mirror of
https://github.com/alibaba/higress.git
synced 2026-03-18 01:07:29 +08:00
fix ToolSecurity field (#2952)
This commit is contained in:
@@ -63,7 +63,7 @@ type McpTool struct {
|
||||
}
|
||||
|
||||
type ToolSecurity struct {
|
||||
Id string `json:"type,omitempty"`
|
||||
Id string `json:"id,omitempty"`
|
||||
PassThrough bool `json:"passthrough,omitempty"`
|
||||
Credential string `json:"credential"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user