Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| get-di-preferences | Get Magento 2 dependency injection preferences list using magerun2 |
| cache-clean | Clear specific Magento 2 cache types or all caches |
| cache-flush | Flush specific Magento 2 cache types or all caches |
| cache-enable | Enable specific Magento 2 cache types |
| cache-disable | Disable specific Magento 2 cache types |
| cache-status | Check the status of Magento 2 cache types |
| cache-view | Inspect specific cache entries in Magento 2 |
| dev-module-list | List all Magento 2 modules and their status |
| dev-module-observer-list | List all Magento 2 module observers |
| dev-module-create | Create and register a new Magento 2 module |
| sys-info | Get Magento 2 system information |
| sys-check | Check Magento 2 system requirements and configuration |
| config-show | View Magento 2 system configuration values |
| config-set | Set Magento 2 system configuration values |
| config-store-get | Get store-specific Magento 2 configuration values |
| config-store-set | Set store-specific Magento 2 configuration values |
| db-query | Execute SQL queries directly on Magento 2 database |
| setup-upgrade | Run Magento 2 setup upgrade to update database schema and data |
| setup-di-compile | Compile Magento 2 dependency injection configuration |
| setup-db-status | Check Magento 2 database status to see if setup:upgrade is needed |
| setup-static-content-deploy | Deploy Magento 2 static content and assets |
| sys-store-list | List all Magento 2 stores, websites, and store views |
| dev-theme-list | List all available Magento 2 themes |
| sys-store-config-base-url-list | List all base URLs for Magento 2 stores |
| sys-cron-list | List all Magento 2 cron jobs and their configuration |
| sys-url-list | Get all Magento 2 URLs |
| sys-website-list | List all Magento 2 websites |
| sys-cron-run | Run Magento 2 cron jobs |