Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (INFO, DEBUG, etc.) | INFO |
| TEST_MODE | No | Enable test mode for the server | |
| SERVER_NAME | No | Name of the MCP server | saleor |
| SALEOR_EMAIL | Yes | Email address for authenticating with Saleor | |
| SALEOR_API_URL | Yes | URL of the Saleor GraphQL API | http://localhost:8000/graphql/ |
| SALEOR_PASSWORD | Yes | Password for authenticating with Saleor | |
| MAX_PRODUCT_LIMIT | No | Maximum number of products allowed in queries | 100 |
| DEFAULT_PRODUCT_LIMIT | No | Default number of products to return in queries | 20 |
| TOKEN_REFRESH_THRESHOLD | No | Threshold in seconds for refreshing authentication token | 300 |
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 | |