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