Read supported plugin settings
POM AI does not expose generic plugin options or prefix-based option dumps through MCP. wp_get_plugin_settings is unavailable in the current catalog.
For POM Theme, discover groups with pom_theme_get_settings_catalog, inspect one with pom_theme_get_setting_contract, then use the permitted typed operation. Credentials and private fields remain excluded. For a supported WordPress public option, use wp_get_option.
If a plugin has no supported MCP contract, its settings remain in its native administration interface. Do not substitute arbitrary metadata, option writes or imports for an unavailable operation.
Related: typed theme settings and MCP access limits.