mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 18:24:20 +00:00
5 lines
258 B
Bash
5 lines
258 B
Bash
#!/usr/bin/env bash
|
|
curl -s http://localhost:8100/mcp/tools/call \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{"tool_name":"consultar_fatura","arguments":{"msisdn":"11999999999","invoice_id":"FAT-2026-06","customer_id":"CUST-001"}}' | python -m json.tool
|