mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-11 18:48:36 +08:00
feat: add Claude Code plugin package (#541)
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
This commit is contained in:
8
packages/claude-plugin/.mcp.json
Normal file
8
packages/claude-plugin/.mcp.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"drawio": {
|
||||
"command": "npx",
|
||||
"args": ["@next-ai-drawio/mcp-server@latest"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user