Fixed
- Resolve the bundled MCP server via
${CLAUDE_PLUGIN_ROOT}/bin/1ntinstead of a
bare1ntcommand. Plugin hosts spawn the stdio MCP server without the plugin's
bin/onPATH, so the bare name failed with "Executable not found in $PATH".
Changed
- Refresh transitive dependencies via
cargo update(drops the duplicate
thiserror1.x and the stalewindows-sys0.45 backend).