From d96cf84d3eabefa6bdbbe4b0d49c8c359430d6f9 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sat, 25 Jul 2026 20:50:55 -0500 Subject: [PATCH] fix: restore readable .claude-plugin/plugin.json --- .claude-plugin/plugin.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a20c284..d8b6c91 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1 +1,10 @@ -ewogICJuYW1lIjogImx1Y2lkLW1jcCIsCiAgInZlcnNpb24iOiAiMC4yLjEiLAogICJkZXNjcmlwdGlvbiI6ICJDb25uZWN0IENvV29yayB0byB0aGUgTHVjaWQgTUNQIHNlcnZlciDigJQgc2VhcmNoIGRvY3VtZW50cywgZ2VuZXJhdGUgZGlhZ3JhbXMsIGJ1aWxkIG9yZyBjaGFydHMsIGFuZCBzaGFyZSBMdWNpZGNoYXJ0L0x1Y2lkc3BhcmsgY29udGVudCB3aXRob3V0IGxlYXZpbmcgQ2xhdWRlLiIsCiAgImF1dGhvciI6IHsKICAgICJuYW1lIjogIk1lc3NhZ2UgUG9pbnQgTWVkaWEiCiAgfSwKICAia2V5d29yZHMiOiBbImx1Y2lkIiwgImx1Y2lkY2hhcnQiLCAibHVjaWRzcGFyayIsICJkaWFncmFtcyIsICJmbG93Y2hhcnQiLCAib3JnLWNoYXJ0IiwgIm1jcCJdLAogICJtY3BTZXJ2ZXJzIjogIi4vLm1jcC5qc29uIgp9Cg== \ No newline at end of file +{ + "name": "lucid-mcp", + "version": "0.2.1", + "description": "Connect CoWork to the Lucid MCP server — search documents, generate diagrams, build org charts, and share Lucidchart/Lucidspark content without leaving Claude.", + "author": { + "name": "Message Point Media" + }, + "keywords": ["lucid", "lucidchart", "lucidspark", "diagrams", "flowchart", "org-chart", "mcp"], + "mcpServers": "./.mcp.json" +}