From 592d75fd3858ad86f53b59152bccb88afc16ecd7 Mon Sep 17 00:00:00 2001 From: Cody Rigney Date: Tue, 8 Jul 2025 10:48:18 -0400 Subject: [PATCH] Remove "highlighted" metadata. --- pkg/servers/types.go | 5 ++--- servers/astra-db/server.yaml | 1 - servers/atlassian/server.yaml | 1 - servers/couchbase/server.yaml | 1 - servers/duckduckgo/server.yaml | 1 - servers/elasticsearch/server.yaml | 1 - servers/fetch/server.yaml | 1 - servers/git/server.yaml | 1 - servers/github-official/server.yaml | 1 - servers/grafana/server.yaml | 1 - servers/heroku/server.yaml | 1 - servers/kong/server.yaml | 1 - servers/mongodb/server.yaml | 1 - servers/nasdaq-data-link/server.yaml | 1 - servers/neon/server.yaml | 1 - servers/notion/server.yaml | 1 - servers/pulumi/server.yaml | 1 - servers/puppeteer/server.yaml | 1 - servers/sec-edgar/server.yaml | 1 - servers/stripe/server.yaml | 1 - 20 files changed, 2 insertions(+), 22 deletions(-) diff --git a/pkg/servers/types.go b/pkg/servers/types.go index 664d0375c..6e4dcfae4 100644 --- a/pkg/servers/types.go +++ b/pkg/servers/types.go @@ -130,9 +130,8 @@ type Container struct { } type Meta struct { - Category string `yaml:"category,omitempty" json:"category,omitempty"` - Tags []string `yaml:"tags,omitempty" json:"tags,omitempty"` - Highlighted bool `yaml:"highlighted,omitempty" json:"highlighted,omitempty"` + Category string `yaml:"category,omitempty" json:"category,omitempty"` + Tags []string `yaml:"tags,omitempty" json:"tags,omitempty"` } type OAuthProvider struct { diff --git a/servers/astra-db/server.yaml b/servers/astra-db/server.yaml index 66395d6a9..8f93c857b 100644 --- a/servers/astra-db/server.yaml +++ b/servers/astra-db/server.yaml @@ -6,7 +6,6 @@ meta: tags: - astra-db - database - highlighted: true about: title: Astra DB icon: https://avatars.githubusercontent.com/u/573369?s=200&v=4 diff --git a/servers/atlassian/server.yaml b/servers/atlassian/server.yaml index e0ee2456a..9517ecf30 100644 --- a/servers/atlassian/server.yaml +++ b/servers/atlassian/server.yaml @@ -7,7 +7,6 @@ meta: - atlassian - confluence - jira - highlighted: true about: title: Atlassian description: Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments. diff --git a/servers/couchbase/server.yaml b/servers/couchbase/server.yaml index 69a5322e4..9b71aa9ce 100644 --- a/servers/couchbase/server.yaml +++ b/servers/couchbase/server.yaml @@ -6,7 +6,6 @@ meta: tags: - couchbase - database - highlighted: true about: title: Couchbase description: Couchbase is a distributed document database with a powerful search engine and in-built operational and analytical capabilities. diff --git a/servers/duckduckgo/server.yaml b/servers/duckduckgo/server.yaml index e679860c1..44141f4be 100644 --- a/servers/duckduckgo/server.yaml +++ b/servers/duckduckgo/server.yaml @@ -6,7 +6,6 @@ meta: tags: - duckduckgo - devops - highlighted: true about: title: DuckDuckGo icon: https://avatars.githubusercontent.com/u/342708?s=200&v=4 diff --git a/servers/elasticsearch/server.yaml b/servers/elasticsearch/server.yaml index b3797d910..f4882f83f 100644 --- a/servers/elasticsearch/server.yaml +++ b/servers/elasticsearch/server.yaml @@ -6,7 +6,6 @@ meta: tags: - elasticsearch - search - highlighted: true about: title: Elasticsearch description: Interact with your Elasticsearch indices through natural language conversations. diff --git a/servers/fetch/server.yaml b/servers/fetch/server.yaml index 92d776469..32fa0a24d 100644 --- a/servers/fetch/server.yaml +++ b/servers/fetch/server.yaml @@ -6,7 +6,6 @@ meta: tags: - fetch - devops - highlighted: true about: title: Fetch (Reference) description: Fetches a URL from the internet and extracts its contents as markdown diff --git a/servers/git/server.yaml b/servers/git/server.yaml index b631a9e3c..969f3026d 100644 --- a/servers/git/server.yaml +++ b/servers/git/server.yaml @@ -6,7 +6,6 @@ meta: tags: - gitl - devops - highlighted: true about: title: Git (Reference) description: Git repository interaction and automation. diff --git a/servers/github-official/server.yaml b/servers/github-official/server.yaml index 9c82470fe..227bd0211 100644 --- a/servers/github-official/server.yaml +++ b/servers/github-official/server.yaml @@ -6,7 +6,6 @@ meta: tags: - github - devops - highlighted: true about: title: GitHub Official description: Official GitHub MCP Server, by GitHub. Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools. diff --git a/servers/grafana/server.yaml b/servers/grafana/server.yaml index 95e14a29a..652beaeee 100644 --- a/servers/grafana/server.yaml +++ b/servers/grafana/server.yaml @@ -6,7 +6,6 @@ meta: tags: - grafana - monitoring - highlighted: true about: title: Grafana icon: https://avatars.githubusercontent.com/u/7195757?s=200&v=4 diff --git a/servers/heroku/server.yaml b/servers/heroku/server.yaml index 551b9998e..914c77aa4 100644 --- a/servers/heroku/server.yaml +++ b/servers/heroku/server.yaml @@ -6,7 +6,6 @@ meta: tags: - heroku - devops - highlighted: true about: title: Heroku icon: https://avatars.githubusercontent.com/u/23211?s=200&v=4 diff --git a/servers/kong/server.yaml b/servers/kong/server.yaml index 472a82732..73c99a8ad 100644 --- a/servers/kong/server.yaml +++ b/servers/kong/server.yaml @@ -7,7 +7,6 @@ meta: - kong - devops - service-mesh - highlighted: true about: title: Kong Konnect icon: https://avatars.githubusercontent.com/u/962416?s=200&v=4 diff --git a/servers/mongodb/server.yaml b/servers/mongodb/server.yaml index 75d2cb11f..d71325dee 100644 --- a/servers/mongodb/server.yaml +++ b/servers/mongodb/server.yaml @@ -6,7 +6,6 @@ meta: tags: - mongodb - database - highlighted: true about: title: MongoDB icon: https://avatars.githubusercontent.com/u/11214950?v=4 diff --git a/servers/nasdaq-data-link/server.yaml b/servers/nasdaq-data-link/server.yaml index ba5ef4b3a..c3261be2c 100644 --- a/servers/nasdaq-data-link/server.yaml +++ b/servers/nasdaq-data-link/server.yaml @@ -8,7 +8,6 @@ meta: - finance - data - intelligence - highlighted: true about: title: Nasdaq Data Link description: MCP server to interact with the data feeds provided by the Nasdaq Data Link. Developed by the community and maintained by Stefano Amorelli. diff --git a/servers/neon/server.yaml b/servers/neon/server.yaml index b3fb29642..7590fe910 100644 --- a/servers/neon/server.yaml +++ b/servers/neon/server.yaml @@ -6,7 +6,6 @@ meta: tags: - neon - database - highlighted: true about: title: Neon icon: https://avatars.githubusercontent.com/u/183852044?s=200&v=4 diff --git a/servers/notion/server.yaml b/servers/notion/server.yaml index a4ba78598..70ddc13fe 100644 --- a/servers/notion/server.yaml +++ b/servers/notion/server.yaml @@ -6,7 +6,6 @@ meta: tags: - notion - secrets - highlighted: true about: title: Notion icon: https://avatars.githubusercontent.com/u/4792552?s=200&v=4 diff --git a/servers/pulumi/server.yaml b/servers/pulumi/server.yaml index 36a73c664..8b1e3020a 100644 --- a/servers/pulumi/server.yaml +++ b/servers/pulumi/server.yaml @@ -6,7 +6,6 @@ meta: tags: - pulumi - devops - highlighted: true about: title: Pulumi icon: https://avatars.githubusercontent.com/u/21992475?s=200&v=4 diff --git a/servers/puppeteer/server.yaml b/servers/puppeteer/server.yaml index 0e186bb13..35d6675b2 100644 --- a/servers/puppeteer/server.yaml +++ b/servers/puppeteer/server.yaml @@ -6,7 +6,6 @@ meta: tags: - puppeteer - devops - highlighted: true about: title: Puppeteer (Archived) description: Browser automation and web scraping using Puppeteer. diff --git a/servers/sec-edgar/server.yaml b/servers/sec-edgar/server.yaml index f115c1e5a..c64ee9995 100644 --- a/servers/sec-edgar/server.yaml +++ b/servers/sec-edgar/server.yaml @@ -8,7 +8,6 @@ meta: - edgar - finance - data - highlighted: true about: title: SEC EDGAR description: MCP server to interact with the US SEC EDGAR database, developed by the community and maintained by Stefano Amorelli. diff --git a/servers/stripe/server.yaml b/servers/stripe/server.yaml index ef4779436..512c883eb 100644 --- a/servers/stripe/server.yaml +++ b/servers/stripe/server.yaml @@ -6,7 +6,6 @@ meta: tags: - stripe - finance - highlighted: true about: title: Stripe description: Interact with Stripe services over the Stripe API.