Skip to content

v0.4.2

Latest

Choose a tag to compare

@johncarpenter johncarpenter released this 18 May 18:19
· 2 commits to main since this release

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:

  1. npm ci if node_modules/ is missing or package.json changed
  2. npx tsc if dist/index.js is missing or source changed
  3. exec 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