Files
gh-veelenga-claude-mermaid/.claude-plugin/plugin.json
2025-11-30 09:04:36 +08:00

18 lines
349 B
JSON

{
"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"
]
}
}
}