@fonoster/mcp 0.9.56 → 0.9.57
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ MCP Server for the Fonoster API, enabling MCP clients to interact with Fonoster'
|
|
|
42
42
|
|
|
43
43
|
1. `create_call_prompt`
|
|
44
44
|
- A prompt for creating a call step by step
|
|
45
|
-
- Guides
|
|
45
|
+
- Guides an MCP client through the process of:
|
|
46
46
|
- Asking the user for the number or numbers to call if not already provided
|
|
47
47
|
- Offering a list of available numbers using the `list_numbers` tool
|
|
48
48
|
- Asking for the application name and finding its reference
|
|
@@ -54,6 +54,8 @@ MCP Server for the Fonoster API, enabling MCP clients to interact with Fonoster'
|
|
|
54
54
|
|
|
55
55
|
Add the following to your `claude_desktop_config.json`:
|
|
56
56
|
|
|
57
|
+
> If you are logged in to the command-line tool, simply run `fonoster mcp:configure --client claude` to configure the server.
|
|
58
|
+
|
|
57
59
|
#### npx
|
|
58
60
|
|
|
59
61
|
```json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.57",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@fonoster/common": "^0.9.56",
|
|
25
25
|
"@fonoster/logger": "^0.9.56",
|
|
26
|
-
"@fonoster/sdk": "^0.9.
|
|
26
|
+
"@fonoster/sdk": "^0.9.57",
|
|
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": "2378e52ed22cea4d55fedf0ebaf7cc961f389e56"
|
|
43
43
|
}
|