Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# claude-mermaid
|
||||
|
||||
MCP server for previewing Mermaid diagrams in Claude Code
|
||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user