From 4d31acd131bb583681f096f9c4122bfbd789689f Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 09:04:36 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 18 +++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..e9dcd2b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,18 @@ +{ + "name": "claude-mermaid", + "description": "MCP server for previewing Mermaid diagrams in Claude Code", + "version": "1.2.0", + "author": { + "name": "Vitalii Elenhaupt", + "url": "https://github.com/veelenga" + }, + "mcp": { + "mermaid": { + "command": "npx", + "args": [ + "-y", + "claude-mermaid" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1600014 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# claude-mermaid + +MCP server for previewing Mermaid diagrams in Claude Code diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..cf51b73 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:veelenga/claude-mermaid:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "0af6f44248e7114130dc3f34f9162823e6741a3f", + "treeHash": "467c05884b817684559d4ce22aa816b51f2d83e42843819eab02e3aa4b97d59c", + "generatedAt": "2025-11-28T10:28:54.449023Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "claude-mermaid", + "description": "MCP server for previewing Mermaid diagrams in Claude Code", + "version": "1.2.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "f484fd148b0084fcef40e9e3035eae42649e0ca0a8dee69d4bc614ec169790f4" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "e5535b360920ff47deceff7e165b7fd0a7c2f5376ada359832d8aab9451f4450" + } + ], + "dirSha256": "467c05884b817684559d4ce22aa816b51f2d83e42843819eab02e3aa4b97d59c" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file