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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "troxy-cli",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "AI payment control — protect your agent's payments with policies",
5
5
  "type": "module",
6
6
  "bin": {
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: ['card_alias', 'merchant_name', 'amount'],
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',