File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ type Server struct {
1717 Type string `yaml:"type" json:"type"`
1818 Image string `yaml:"image" json:"image"`
1919 Description string `yaml:"description,omitempty" json:"description,omitempty"`
20+ Title string `yaml:"title,omitempty" json:"title,omitempty"`
2021 LongLived bool `yaml:"longLived,omitempty" json:"longLived,omitempty"`
21- Remote Remote `yaml:"remote,omitempty " json:"remote,omitempty "`
22+ Remote Remote `yaml:"remote" json:"remote"`
2223 SSEEndpoint string `yaml:"sseEndpoint,omitempty" json:"sseEndpoint,omitempty"` // Deprecated: Use Remote instead
2324 OAuth * OAuth `yaml:"oauth,omitempty" json:"oauth,omitempty"`
2425 Secrets []Secret `yaml:"secrets,omitempty" json:"secrets,omitempty"`
You can’t perform that action at this time.
0 commit comments