@spekoai/mcp-calls 0.4.6 → 0.4.7
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/index.js +19 -14
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/server.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spekoai/mcp-calls",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
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
|
|
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.
|
|
7
|
+
"version": "0.4.7",
|
|
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.
|
|
13
|
+
"version": "0.4.7",
|
|
14
14
|
"transport": { "type": "stdio" },
|
|
15
15
|
"environmentVariables": [
|
|
16
16
|
{
|