From 9b87781bd4001d3330301687eeaf39f5bdb12fdb Mon Sep 17 00:00:00 2001 From: edgarssskore Date: Mon, 1 Jun 2026 17:31:33 +0300 Subject: [PATCH] chore(plugins): add Claude display name --- .claude-plugin/marketplace.json | 1 + plugins/claude/.claude-plugin/plugin.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b5168505..715462fc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,6 +11,7 @@ "plugins": [ { "name": "desktop-commander", + "displayName": "Desktop Commander", "source": "./plugins/claude", "description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data" } diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index ca56dbdb..7c29a253 100644 --- a/plugins/claude/.claude-plugin/plugin.json +++ b/plugins/claude/.claude-plugin/plugin.json @@ -1,5 +1,6 @@ { "name": "desktop-commander", + "displayName": "Desktop Commander", "description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data", "author": { "name": "Desktop Commander",