Skip to content

Commit ea60454

Browse files
committed
shorten the remote mcp servers description
1 parent cb4b3ac commit ea60454

File tree

18 files changed

+25
-17
lines changed

18 files changed

+25
-17
lines changed

pkg/registry/official.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ func (*OfficialRegistry) createRepository(entry *types.RegistryEntry) model.Repo
203203
}
204204

205205
if repositoryURL == "" {
206+
// Use a toolhive-registry placeholder URL to satisfy validation when no repository is available for remote servers
207+
repositoryURL = "https://github.com/placeholder/no-repository"
208+
if entry.IsRemote() {
209+
return model.Repository{
210+
URL: repositoryURL,
211+
Source: "github",
212+
}
213+
}
206214
return model.Repository{}
207215
}
208216

registry/atlassian-remote/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.atlassian.com/v1/sse
2-
description: Atlassian's official remote MCP server providing secure access to Jira, Compass, and Confluence data through OAuth 2.1 authentication, enabling AI assistants to search, create, and manage Atlassian content
2+
description: Atlassian's official remote MCP server for Jira, Confluence, and Compass with OAuth 2.1
33
transport: sse
44
homepage: https://www.atlassian.com/platform/remote-mcp-server
55
author: Atlassian

registry/canva/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.canva.com/mcp
2-
description: Canva's official remote MCP server providing seamless integration with Canva's design capabilities, enabling AI assistants to create designs, autofill templates, search existing designs, and export them as PDFs or images
2+
description: Canva's official remote MCP server for design creation and template management
33
transport: streamable-http
44
homepage: https://www.canva.dev/docs/connect/canva-mcp-server-setup/
55
author: Canva

registry/github-remote/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://api.githubcopilot.com/mcp
2-
description: GitHub's official MCP server providing comprehensive access to GitHub repositories, issues, pull requests, actions, security features, and more through OAuth authentication
2+
description: GitHub's official MCP server for repositories, issues, PRs, actions, and security with OAuth
33
transport: streamable-http
44
repository_url: https://github.com/github/github-mcp-server
55
homepage: https://github.com

registry/huggingface/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://huggingface.co/mcp
2-
description: Official Hugging Face MCP server providing access to models, datasets, research papers, documentation, and image generation through the Hugging Face platform with authentication and search capabilities
2+
description: Official Hugging Face MCP server for models, datasets, and research papers
33
transport: streamable-http
44
homepage: https://huggingface.co/mcp
55
author: Hugging Face

registry/jam/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.jam.dev/mcp
2-
description: Jam's official remote MCP server providing comprehensive access to Jam recordings for debugging, enabling AI assistants to analyze video recordings, console logs, network requests, screenshots, and user events through OAuth authentication
2+
description: Jam's official remote MCP server for debugging with video recordings and logs
33
transport: streamable-http
44
homepage: https://jam.dev/docs/debug-a-jam/mcp
55
author: Jam

registry/mcp-spec/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://modelcontextprotocol.io/mcp
2-
description: Official MCP server for the Model Context Protocol specification, enabling users to ask questions and get information about the MCP protocol itself
2+
description: Official MCP server for the Model Context Protocol specification
33
transport: streamable-http
44
homepage: https://modelcontextprotocol.io
55
author: Model Context Protocol

registry/monday/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.monday.com/sse
2-
description: Monday.com's official remote MCP server providing comprehensive access to Monday.com's work operating system, enabling AI agents to manage projects, boards, items, users, and workflows through API token authentication
2+
description: Monday.com's official remote MCP server for project and workflow management
33
transport: sse
44
repository_url: https://github.com/mondaycom/mcp
55
license: MIT

registry/neon/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.neon.tech/sse
2-
description: Neon's official remote MCP server providing comprehensive access to Neon's serverless Postgres platform, enabling AI assistants to manage projects, branches, execute SQL, perform database migrations, and optimize queries through OAuth authentication
2+
description: Neon's official remote MCP server for serverless Postgres with branching and migrations
33
transport: sse
44
author: Neon
55
tier: Official

registry/notion-remote/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
url: https://mcp.notion.com/mcp
2-
description: Notion's official remote MCP server providing access to Notion workspaces, pages, databases, and comments through natural language commands with live context from user's workspace
2+
description: Notion's official remote MCP server for workspaces, pages, databases, and comments
33
transport: streamable-http
44
homepage: https://developers.notion.com/docs/get-started-with-mcp
55
author: Notion

0 commit comments

Comments
 (0)