Skip to content
2 changes: 1 addition & 1 deletion registry/mcp_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down