@carbonvoice/cv-mcp-server 1.0.3 → 1.0.5

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/dist/bootstrap.js CHANGED
File without changes
File without changes
package/dist/constants.js CHANGED
File without changes
package/dist/index-v1.js CHANGED
File without changes
File without changes
File without changes
package/dist/server.js CHANGED
File without changes
package/dist/sse.js CHANGED
File without changes
package/dist/sse.v2.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbonvoice/cv-mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Server implementation for integrating with Carbon Voice's API, providing tools and endpoints for voice messaging, conversations, and workspace management through MCP (Model Context Protocol)",
5
5
  "author": "Carbon Voice",
6
6
  "license": "ISC",
@@ -9,10 +9,10 @@
9
9
  "bugs": "https://github.com/PhononX/cv-mcp-server/issues",
10
10
  "main": "./dist/stdio.js",
11
11
  "bin": {
12
- "server-carbonvoice": "dist/stdio.js"
12
+ "cv-mcp-server": "dist/stdio.js"
13
13
  },
14
14
  "scripts": {
15
- "build": "rm -rf dist && tsc && chmod 755 dist/stdio.js",
15
+ "build": "shx rm -rf dist && tsc && shx chmod +x dist/*.js",
16
16
  "prepare": "npm run build",
17
17
  "start": "node dist/index.js",
18
18
  "pre": "npm run build",
@@ -58,6 +58,7 @@
58
58
  "nodemon": "^3.1.10",
59
59
  "orval": "^7.9.0",
60
60
  "prettier": "^3.5.3",
61
+ "shx": "^0.3.4",
61
62
  "ts-node": "^10.9.2",
62
63
  "ts-node-dev": "^2.0.0",
63
64
  "typescript": "^5.8.3",