Skip to content

Commit a5398cf

Browse files
authored
Remove "highlighted" metadata. (github#56)
1 parent 25dd67b commit a5398cf

File tree

20 files changed

+2
-22
lines changed

20 files changed

+2
-22
lines changed

pkg/servers/types.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ type Container struct {
130130
}
131131

132132
type Meta struct {
133-
Category string `yaml:"category,omitempty" json:"category,omitempty"`
134-
Tags []string `yaml:"tags,omitempty" json:"tags,omitempty"`
135-
Highlighted bool `yaml:"highlighted,omitempty" json:"highlighted,omitempty"`
133+
Category string `yaml:"category,omitempty" json:"category,omitempty"`
134+
Tags []string `yaml:"tags,omitempty" json:"tags,omitempty"`
136135
}
137136

138137
type OAuthProvider struct {

servers/astra-db/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- astra-db
88
- database
9-
highlighted: true
109
about:
1110
title: Astra DB
1211
icon: https://avatars.githubusercontent.com/u/573369?s=200&v=4

servers/atlassian/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ meta:
77
- atlassian
88
- confluence
99
- jira
10-
highlighted: true
1110
about:
1211
title: Atlassian
1312
description: Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments.

servers/couchbase/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- couchbase
88
- database
9-
highlighted: true
109
about:
1110
title: Couchbase
1211
description: Couchbase is a distributed document database with a powerful search engine and in-built operational and analytical capabilities.

servers/duckduckgo/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- duckduckgo
88
- devops
9-
highlighted: true
109
about:
1110
title: DuckDuckGo
1211
icon: https://avatars.githubusercontent.com/u/342708?s=200&v=4

servers/elasticsearch/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- elasticsearch
88
- search
9-
highlighted: true
109
about:
1110
title: Elasticsearch
1211
description: Interact with your Elasticsearch indices through natural language conversations.

servers/fetch/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- fetch
88
- devops
9-
highlighted: true
109
about:
1110
title: Fetch (Reference)
1211
description: Fetches a URL from the internet and extracts its contents as markdown

servers/git/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- gitl
88
- devops
9-
highlighted: true
109
about:
1110
title: Git (Reference)
1211
description: Git repository interaction and automation.

servers/github-official/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- github
88
- devops
9-
highlighted: true
109
about:
1110
title: GitHub Official
1211
description: Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.

servers/grafana/server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ meta:
66
tags:
77
- grafana
88
- monitoring
9-
highlighted: true
109
about:
1110
title: Grafana
1211
icon: https://avatars.githubusercontent.com/u/7195757?s=200&v=4

0 commit comments

Comments
 (0)