setupTestKeypair
Create a disposable Nostr test keypair for gittr-mcp, auto-configuring it for all tools. Requires explicit user confirmation to avoid unintended identity changes.
Instructions
Create a disposable TEST Nostr keypair and write .nostr-keys.json so all tools auto-load it. ASK THE USER FIRST — a keypair is a permanent Nostr identity. Without confirm:true this only returns the question to ask. Never overwrites real credentials unless force:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite an existing keys file (only if the user asked for a fresh test identity) | |
| confirm | No | Must be true after the user explicitly agreed to use a test keypair |