@spekoai/mcp-calls 0.4.6 → 0.4.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spekoai/mcp-calls",
3
- "version": "0.4.6",
3
+ "version": "0.4.9",
4
4
  "description": "Place real, disclosed phone calls to businesses straight from your coding agent — the Speko \"AI calls for devs\" MCP. Single self-contained package: `npx @spekoai/mcp-calls init` to set up.",
5
5
  "mcpName": "ai.speko/mcp-calls",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "bugs": { "url": "https://github.com/SpekoAI/mcp-dev-calls/issues" },
12
12
  "keywords": ["speko", "voice-ai", "mcp", "model-context-protocol", "phone", "calls", "claude-code", "mcp-framework"],
13
13
  "engines": { "node": ">=20" },
14
- "bin": { "speko-calls": "dist/index.js" },
14
+ "bin": { "speko": "dist/index.js" },
15
15
  "main": "dist/index.js",
16
16
  "files": ["dist", "server.json", "README.md", "skills"],
17
17
  "publishConfig": { "access": "public" },
package/server.json CHANGED
@@ -4,13 +4,13 @@
4
4
  "title": "Speko — AI Calls for Devs",
5
5
  "description": "Place real, disclosed outbound phone calls to businesses straight from your coding agent.",
6
6
  "repository": { "url": "https://github.com/SpekoAI/mcp-dev-calls", "source": "github" },
7
- "version": "0.4.6",
7
+ "version": "0.4.9",
8
8
  "websiteUrl": "https://speko.ai",
9
9
  "packages": [
10
10
  {
11
11
  "registryType": "npm",
12
12
  "identifier": "@spekoai/mcp-calls",
13
- "version": "0.4.6",
13
+ "version": "0.4.9",
14
14
  "transport": { "type": "stdio" },
15
15
  "environmentVariables": [
16
16
  {
@@ -13,8 +13,7 @@ description: >-
13
13
 
14
14
  The Speko Calls MCP places **real, disclosed** outbound phone calls and returns the result as
15
15
  text. Every call opens with a non-removable AI disclosure — the callee hears
16
- *"Hey! Quick heads up — I'm \<your-name\>'s AI assistant, \<your-name\> asked me to give you a
17
- call…"* before anything else.
16
+ *"Hi, I'm \<your-name\>'s AI assistant and \<your-name\> asked me to …"* before anything else.
18
17
 
19
18
  There are **two ways to dial**:
20
19
  - **`call_number`** — dial a number you already have, or one you found via web search. Works
@@ -42,7 +41,9 @@ Example: *"find the best taco place in the Bay Area and ask if they're open and
42
41
  → search → pick La Taqueria → `call_number(...)` → relay the `OUTCOME`.
43
42
 
44
43
  ## Writing the objective
45
- One plain, transactional goal in everyday words:
44
+ The objective is the ask, not a script: the server composes the spoken opening line and adds the
45
+ AI disclosure itself, so never start it with a greeting or self-introduction ("Hi! I'm calling
46
+ to...") - write what to accomplish. One plain, transactional goal in everyday words:
46
47
  - **reservation:** *"Ask if there's a table for 4 at 8pm tonight and book it under John."*
47
48
  - **order:** *"Order 2 carnitas tacos and a Coke Zero for pickup, and ask when it'll be ready."*
48
49
  - **info:** *"Ask if they're open now and how long the wait is for a table for 2."*