Skip to content

v0.1.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@yoyoismee yoyoismee released this 06 Sep 08:35
· 8 commits to main since this release
9d00f9f

Fixes a broken 0.1.0-beta.4. Adding a second command in beta.4 meant a bare npx -y @paxalabs/mcp could not decide which one to run, so the MCP server failed to start for every client using the documented command. Upgrade if you are on beta.4.

One command now. The package ships a single paxa entry point:

Command What it does
paxa starts the MCP server (this is what npx runs)
paxa say "Build finished" speaks a line
paxa say with a Claude Code hook payload on stdin speaks the matching phrase

This replaces the paxalabs-mcp and paxa-say commands from earlier betas. If you configured a hook with paxa-say, change it to paxa say.

Install

  • Claude Code: claude mcp add paxa -e PAXA_API_KEY=pxa_... -- npx -y @paxalabs/mcp
  • Claude Desktop: download paxalabs-mcp-0.1.0-beta.5.mcpb below and open it.
  • Command line: npm install -g @paxalabs/mcp

See "Voice mode for Claude Code" in the README for the hook configuration.