troxy-cli 1.3.5 → 1.3.6
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/package.json +1 -1
- package/src/mcp-server.js +1 -5
package/package.json
CHANGED
package/src/mcp-server.js
CHANGED
|
@@ -43,12 +43,8 @@ export async function runMcp() {
|
|
|
43
43
|
'based on your Troxy policies. Call this before initiating any payment.',
|
|
44
44
|
inputSchema: {
|
|
45
45
|
type: 'object',
|
|
46
|
-
required: ['
|
|
46
|
+
required: ['merchant_name', 'amount'],
|
|
47
47
|
properties: {
|
|
48
|
-
card_alias: {
|
|
49
|
-
type: 'string',
|
|
50
|
-
description: 'Card alias to charge (e.g. "Personal", "Business")',
|
|
51
|
-
},
|
|
52
48
|
merchant_name: {
|
|
53
49
|
type: 'string',
|
|
54
50
|
description: 'Name of the merchant or service',
|