Skip to content

Commit 9c78e75

Browse files
authored
chore: :docs: Update README.md
1 parent 0bb3d3f commit 9c78e75

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ pix-mcp-server --http --http-port 3000
4646
curl -X POST http://localhost:3000/generate-static-pix \
4747
-H "Content-Type: application/json" \
4848
-d '{
49-
"pixKey": "12345678900",
49+
"pixKey": "10891990909",
5050
"amount": 100.50,
51-
"recipientName": "John Doe",
52-
"recipientCity": "Sao Paulo",
51+
"recipientName": "Franco Camelo Aguzzi",
52+
"recipientCity": "Florianopolis",
5353
"description": "Payment for services"
5454
}'
5555
```
@@ -58,10 +58,10 @@ curl -X POST http://localhost:3000/generate-static-pix \
5858

5959
```typescript
6060
const result = await mcpClient.callTool('generateStaticPix', {
61-
pixKey: '12345678900',
62-
amount: 100.5,
63-
recipientName: 'John Doe',
64-
recipientCity: 'Sao Paulo',
61+
pixKey: "10891990909",
62+
amount: 100.50,
63+
recipientName: "Franco Camelo Aguzzi",
64+
recipientCity": "Florianopolis",
6565
description: 'Payment for services',
6666
});
6767
```
@@ -151,16 +151,6 @@ Creates a new Pix payment charge with QR code.
151151
- Expiration timestamp
152152
- Payment details
153153

154-
**Example:**
155-
156-
```typescript
157-
{
158-
"amount": 25.50,
159-
"recipientName": "Maria Silva",
160-
"description": "Lunch payment"
161-
}
162-
```
163-
164154
## 🏗️ Development
165155

166156
```bash

0 commit comments

Comments
 (0)