@spekoai/mcp-calls 0.2.0 → 0.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spekoai/mcp-calls",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
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",
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.2.0",
7
+ "version": "0.3.0",
8
8
  "websiteUrl": "https://speko.ai",
9
9
  "packages": [
10
10
  {
11
11
  "registryType": "npm",
12
12
  "identifier": "@spekoai/mcp-calls",
13
- "version": "0.2.0",
13
+ "version": "0.3.0",
14
14
  "transport": { "type": "stdio" },
15
15
  "environmentVariables": [
16
16
  {
@@ -31,7 +31,7 @@ way to pass a raw phone number — that's a safety boundary, not a limitation.
31
31
  - **Confirm the business and the objective with the user.** A call is a real-world action.
32
32
  - Pass the user's name as `caller_name` (the disclosure says "on behalf of `<caller_name>`").
33
33
  - Write `objective` as ONE clear transactional goal:
34
- *"Ask if there's a table for 4 at 8pm tonight and book it under Amirlan."*
34
+ *"Ask if there's a table for 4 at 8pm tonight and book it under John."*
35
35
 
36
36
  ## The rails (enforced server-side — you cannot override them)
37
37
  - **Business lines only** — mobiles are blocked (carrier line-type check).
@@ -48,7 +48,7 @@ objective as a single transactional question and retry, or tell the user it isn'
48
48
  on the wire (no telephony leg), it returns **`not_connected`** — do **not** report that
49
49
  as success. Run `check_call_readiness` and tell the user the deployment's outbound
50
50
  trunk / caller-ID may need setup.
51
- - The `OUTCOME:` line is the answer (e.g. *"table for 4 at 8pm, booked under Amirlan"*).
51
+ - The `OUTCOME:` line is the answer (e.g. *"table for 4 at 8pm, booked under John"*).
52
52
  Relay it plainly and offer the transcript.
53
53
 
54
54
  ## Personal calls — `call_number` (opt-in)