Commit eb397c1
fix: resolve MCP server startup crash on macOS (issue #46)
- Skip 0-byte cached binaries in cli.js by adding fs.statSync size check
to prevent spawn ENOEXEC when a corrupted/incomplete download is cached
- Fix Dart fallback import in dart/bin/server.dart to use the correct
local package name flutter_skill_npm (matches dart/pubspec.yaml)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent df3cb37 commit eb397c1
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments