diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a50d2c8..caf0a1f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,8 +7,9 @@ }, "mcpServers": { "devkit-engine": { - "command": "${CLAUDE_PLUGIN_ROOT}/bin/devkit", + "command": "sh", "args": [ + "${CLAUDE_PLUGIN_ROOT}/bin/devkit", "mcp" ] }