@oneshot-agent/mcp-server 0.2.0 → 0.2.1

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 CHANGED
@@ -76,7 +76,7 @@ Add to `~/.claude/settings.json`:
76
76
  | Tool | Description | Cost |
77
77
  |------|-------------|------|
78
78
  | `oneshot_email` | Send emails with attachments | ~$0.01 |
79
- | `oneshot_voice` | AI-powered phone calls | ~$0.25/min |
79
+ | `oneshot_voice` | Make phone calls | ~$0.25/min |
80
80
  | `oneshot_sms` | Send SMS messages | ~$0.035/segment |
81
81
 
82
82
  ### Inbox
@@ -1,6 +1,6 @@
1
1
  export const voiceTool = {
2
2
  name: "oneshot_voice",
3
- description: "Make an AI-powered phone call. Costs ~$0.25/minute. The AI will follow the provided objective.",
3
+ description: "Make a phone call. Costs ~$0.25/minute. The call will follow the provided objective.",
4
4
  inputSchema: {
5
5
  type: "object",
6
6
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneshot-agent/mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server for OneShot - commercial actions for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",