@fonoster/mcp 0.9.51 → 0.9.53
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/README.md +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ MCP Server for the Fonoster API, enabling MCP clients to interact with Fonoster'
|
|
|
26
26
|
- `from` (string): The number to call from
|
|
27
27
|
- `to` (string): The number to call to
|
|
28
28
|
- `app_ref` (string): The reference to the application to use for the call
|
|
29
|
+
- `metadata` (object): Metadata to be sent to the application
|
|
29
30
|
- Returns: Call creation confirmation with reference ID
|
|
30
31
|
|
|
31
32
|
4. `create_call_batch`
|
|
@@ -34,6 +35,7 @@ MCP Server for the Fonoster API, enabling MCP clients to interact with Fonoster'
|
|
|
34
35
|
- `from` (string): The number to call from
|
|
35
36
|
- `to_array` (array): The numbers to call to
|
|
36
37
|
- `app_ref` (string): The reference to the application to use for the call
|
|
38
|
+
- `metadata` (object): Metadata to be sent to the application
|
|
37
39
|
- Returns: Batch creation confirmation with reference ID
|
|
38
40
|
|
|
39
41
|
## Prompts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.53",
|
|
4
4
|
"description": "Model Context Protocol for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"clean": "rimraf ./dist node_modules tsconfig.tsbuildinfo"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@fonoster/common": "^0.9.
|
|
25
|
-
"@fonoster/logger": "^0.9.
|
|
26
|
-
"@fonoster/sdk": "^0.9.
|
|
24
|
+
"@fonoster/common": "^0.9.53",
|
|
25
|
+
"@fonoster/logger": "^0.9.53",
|
|
26
|
+
"@fonoster/sdk": "^0.9.53",
|
|
27
27
|
"@modelcontextprotocol/sdk": "^1.4.0"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"bugs": {
|
|
40
40
|
"url": "https://github.com/fonoster/fonoster/issues"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "449687a4d4329041123abed09fd621fbcef1f46c"
|
|
43
43
|
}
|