MCP Tools Settings
All settings on this page are located at Stores -> Configuration -> Mirasvit Extensions -> MCP Tools.
For general settings, security, authentication, and logging, see the Settings page.
To apply changes, clear the Magento cache after modifying these settings.
Database Reader
-
Query Timeout (seconds): maximum execution time for SQL queries. If a query exceeds this limit, it is terminated. Valid range: 1–300 seconds. Default: 30.
-
Table Access Mode: defines how the table patterns list is interpreted.
- Blacklist (default): tables matching the patterns are blocked. All other tables are accessible.
- Whitelist: only tables matching the patterns are accessible. All other tables are blocked.
-
Table Patterns: one pattern per line. Use
*as a wildcard (e.g.,sales_*,customer_entity). -
Include Default Security Blacklist: enables a built-in list of patterns that block access to sensitive tables (admin credentials, OAuth secrets, sessions, etc.). Default: Yes.
-
Default Blacklist Patterns (read-only): displayed when the default blacklist is enabled. Shows all built-in patterns that protect sensitive tables.
For details on how table access control works, see the Database Reader page.