From 084e0fe892e2fa1abd3f83257cef5589b0dc9885 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:07:37 -0700 Subject: [PATCH] fix: rename linear mcp id to linear-mcp The cline/plugins catalog (#6) added a "linear" plugin and the MCP catalog (#4) added a "linear" mcp. Marketplace ids are globally unique across types, so main now fails validation with a duplicate id. Rename the mcp entry to linear-mcp; install args (cline mcp install linear ...) are unchanged. --- registry/mcps/{linear => linear-mcp}/entry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename registry/mcps/{linear => linear-mcp}/entry.json (96%) diff --git a/registry/mcps/linear/entry.json b/registry/mcps/linear-mcp/entry.json similarity index 96% rename from registry/mcps/linear/entry.json rename to registry/mcps/linear-mcp/entry.json index 0b90fa0..e8318f9 100644 --- a/registry/mcps/linear/entry.json +++ b/registry/mcps/linear-mcp/entry.json @@ -1,6 +1,6 @@ { "$schema": "../../../schemas/mcp.schema.json", - "id": "linear", + "id": "linear-mcp", "type": "mcp", "name": "Linear", "tagline": "Handle Linear project issues",