We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37cae5 commit 8ffaca9Copy full SHA for 8ffaca9
1 file changed
README.md
@@ -102,7 +102,7 @@ The Paystack MCP Server exposes the **entire Paystack API** to AI assistants by
102
103
### Example
104
105
-When you ask your AI assistant something like _"Get me the last 5 transactions on my Paystact integration"_, here's what happens behind the scenes:
+When you ask your AI assistant something like _"Get me the last 5 transactions on my Paystack integration"_, here's what happens behind the scenes:
106
107
1. The assistant calls `get_paystack_operation("transaction_list")` to look up the endpoint details
108
2. It gets back the method (`GET`), path (`/transaction`), and available query parameters
0 commit comments