mcp-voice-hooks 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -28,8 +28,8 @@ npm install -g @anthropic-ai/claude-code@">=1.0.45"
28
28
  ### 2. Install Voice Mode
29
29
 
30
30
  ```bash
31
- npx mcp-voice-hooks install-hooks
32
- claude mcp add voice-hooks npx mcp-voice-hooks
31
+ npx mcp-voice-hooks@latest install-hooks
32
+ claude mcp add voice-hooks npx mcp-voice-hooks@latest
33
33
  ```
34
34
 
35
35
  ## Usage
package/bin/cli.js CHANGED
@@ -22,7 +22,7 @@ async function main() {
22
22
  await configureClaudeCodeSettings();
23
23
 
24
24
  console.log('\nāœ… Installation complete!');
25
- console.log('šŸ“ To add the server to Claude Code, run: `claude mcp add voice-hooks npx mcp-voice-hooks`');
25
+ console.log('šŸ“ To add the server to Claude Code, run: `claude mcp add voice-hooks npx mcp-voice-hooks@latest`');
26
26
  } else if (command === 'uninstall') {
27
27
  console.log('šŸ—‘ļø Uninstalling MCP Voice Hooks...');
28
28
  await uninstall();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-voice-hooks",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "bin": {