Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to 'true' to enable detailed debug logging. | |
| stores | No | A JSON string array of store configurations (id, domain, accessToken) provided via the --stores command-line argument. | |
| SHOPIFY_STORES | No | Environment variable containing a JSON string array of store configurations (id, domain, accessToken). | |
| MYSHOPIFY_DOMAIN | No | The myshopify.com domain for a single-store setup (e.g., your-store.myshopify.com). | |
| GRAPHQL_TIMEOUT_MS | No | GraphQL request timeout in milliseconds (default: 30000). | |
| SHOPIFY_ACCESS_TOKEN | No | Shopify Admin API access token for a single-store setup. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |