mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-11 02:28:30 +08:00
Add separate plugin package for Claude Code plugin directory submission. Structure: - .claude-plugin/plugin.json - plugin metadata - .mcp.json - MCP server configuration - README.md - documentation with use case examples
12 lines
427 B
JSON
12 lines
427 B
JSON
{
|
|
"name": "next-ai-drawio",
|
|
"version": "1.0.0",
|
|
"description": "AI-powered Draw.io diagram generation with real-time browser preview. Create flowcharts, architecture diagrams, and more through natural language.",
|
|
"author": {
|
|
"name": "DayuanJiang"
|
|
},
|
|
"repository": "https://github.com/DayuanJiang/next-ai-draw-io",
|
|
"homepage": "https://next-ai-drawio.jiang.jp",
|
|
"license": "Apache-2.0"
|
|
}
|