v0.1.2
Highlights
This release adds the Claude Desktop Extension (.mcpb) as the recommended Claude Desktop install path. Claude Code users continue with the marketplace plugin.
Install in Claude Desktop (new)
Download nz-akahu-mcp-0.1.2.mcpb from the assets below and double-click to install. Claude Desktop auto-generates a settings UI for your Akahu tokens and stores them in your OS keychain (Windows Credential Manager / macOS Keychain).
Background: Claude Desktop has no UI to set marketplace-plugin userConfig values (anthropics/claude-code#39455, #39827). The .mcpb Desktop Extension path is the working alternative; same PyPI package under the hood (uvx-launched).
Install in Claude Code (unchanged)
/plugin marketplace add severity1/severity1-marketplace
/plugin install nz-akahu-mcp@severity1-marketplace
The plugin is now pinned to v0.1.2; users on prior versions can /plugin marketplace update severity1-marketplace.
What changed
- New
mcpb/overlay (manifest + .mcpbignore + dev README) packed by CI into the.mcpbRelease asset build-mcpbworkflow job:npx @anthropic-ai/mcpb pack+gh release upload- README restructured per-client;
plugin/README.mdretitled Claude Code-only - v0.1.2 across
pyproject.toml,plugin/.claude-plugin/plugin.json,mcpb/manifest.json(lockstep enforced by CI)
No tool signatures or behavior changed. 14 tools, read-only by default, per-call elicit for every write.
What's Changed
- feat: ship .mcpb Desktop Extension as the Claude Desktop install path by @severity1 in #2
Full Changelog: v0.1.1...v0.1.2