fix ToolSecurity field (#2952)

This commit is contained in:
EricaLiu
2025-10-06 15:10:08 +08:00
committed by GitHub
parent b351dc45e3
commit 742b9498e4

View File

@@ -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"`
} }