Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENV | No | Environment setting - 'test' for test orders, 'production' for real orders | test |
| RECIPIENT_NAME | Yes | Order recipient's name for delivery | |
| RECIPIENT_EMAIL | Yes | Email address of order recipient | |
| SHIPPING_ADDRESS | Yes | Shipping address for orders | |
| CROSSMINT_API_KEY | Yes | Crossmint API key with scopes: orders.create, orders.read, wallets:transactions.create, wallets.create, wallets.fund, wallets.balance:read | |
| COINBASE_PROJECT_ID | Yes | Coinbase Project ID from your Coinbase Developer Account |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |