voice-mcp-server 0.1.22 → 0.1.23

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -124,6 +124,11 @@ You can now add the server to your favorite client. Using the globally installed
124
124
  gemini mcp add voice-mcp-server --scope user voice-mcp-server
125
125
  ```
126
126
 
127
+ **For Claude Code:**
128
+ ```bash
129
+ claude mcp add voice-mcp-server --scope user voice-mcp-server
130
+ ```
131
+
127
132
  **For Cursor / Claude Desktop:**
128
133
  Simply use `voice-mcp-server` as the command in your configuration.
129
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voice-mcp-server",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "An MCP server to allow LLMs to speak and listen via bidirectional voice loops",
5
5
  "main": "build/index.js",
6
6
  "type": "module",