From aa551a1608b03dddff262f469aa23d56c34b7ac2 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Mon, 9 Mar 2026 14:53:08 +0900 Subject: [PATCH] feat(.claude-plugin): add graphql-lsp to marketplace Register graphql-lsp plugin in marketplace.json to make it discoverable in the marketplace. --- .claude-plugin/marketplace.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e7ecfd5..123efff 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -74,6 +74,11 @@ "description": "Go Language Server", "source": "./plugins/gopls-lsp" }, + { + "name": "graphql-lsp", + "description": "GraphQL Language Server", + "source": "./plugins/graphql-lsp" + }, { "name": "jdtls-lsp", "description": "Java (Eclipse JDTLS) Language Server",