@thisispamela/mcp 1.1.1 → 1.1.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ MCP (Model Context Protocol) server for the Pamela Voice API. Exposes tools so A
38
38
  3. **Run**
39
39
 
40
40
  ```bash
41
- npx pamela-mcp
41
+ npx @thisispamela/mcp
42
42
  # or
43
43
  node dist/index.js
44
44
  ```
@@ -101,4 +101,4 @@ Then run with `node dist/index.js` and ensure `PAMELA_API_KEY` or `PAMELA_ACCESS
101
101
 
102
102
  - Node.js 18+
103
103
  - Pamela Enterprise API key or OAuth access token
104
- - `@thisispamela/sdk` ^1.1.0 or higher
104
+ - `@thisispamela/sdk` ^1.1.2 or higher
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thisispamela/mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Pamela Voice API MCP server — tools for AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.0.0",
33
- "@thisispamela/sdk": "^1.1.1",
33
+ "@thisispamela/sdk": "^1.1.2",
34
34
  "zod": "^3.23.0"
35
35
  },
36
36
  "devDependencies": {