What's Changed
Self-bootstrapping MCP server
The v0.4.1 SessionStart hook didn't fire — CLAUDE_PLUGIN_DATA was never set in the plugin runtime. This release replaces the hook approach with a start script that .mcp.json invokes directly:
npm ciifnode_modules/is missing orpackage.jsonchangednpx tscifdist/index.jsis missing or source changedexec node dist/index.js
No pre-built artifacts, no external env vars, no hooks. First spawn takes ~5s; subsequent spawns are instant.
Full Changelog: v0.4.1...v0.4.2