agentvibes 2.2.0-beta.9 → 2.2.0
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.
- package/package.json +1 -1
- package/src/installer.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "agentvibes",
|
|
4
|
-
"version": "2.2.0
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"description": "Now your AI Agents can finally talk back! Professional TTS voice for Claude Code and Claude Desktop (via MCP) with multi-provider support.",
|
|
6
6
|
"homepage": "https://agentvibes.org",
|
|
7
7
|
"keywords": [
|
package/src/installer.js
CHANGED
|
@@ -930,7 +930,7 @@ async function install(options = {}) {
|
|
|
930
930
|
' "mcpServers": {\n' +
|
|
931
931
|
' "agentvibes": {\n' +
|
|
932
932
|
' "command": "npx",\n' +
|
|
933
|
-
' "args": ["-y", "agentvibes-mcp-server"]\n' +
|
|
933
|
+
' "args": ["-y", "--package=agentvibes", "agentvibes-mcp-server"]\n' +
|
|
934
934
|
' }\n' +
|
|
935
935
|
' }\n' +
|
|
936
936
|
'}\n\n' +
|