@fonoster/mcp 0.9.51 → 0.9.52

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 -0
  2. 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.51",
3
+ "version": "0.9.52",
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.51",
25
- "@fonoster/logger": "^0.9.51",
26
- "@fonoster/sdk": "^0.9.51",
24
+ "@fonoster/common": "^0.9.52",
25
+ "@fonoster/logger": "^0.9.52",
26
+ "@fonoster/sdk": "^0.9.52",
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": "0de025bb29e91916c4530a00ed2ba0e40eed220f"
42
+ "gitHead": "1926073ac39cb844501fca414a4f0311dcb0945c"
43
43
  }