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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user