You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WP_CLI::error( 'This command requires either the WP AI Client (WordPress 7.0+) or the AI Services plugin. You can install the AI Services plugin with `wp plugin install ai-services --activate`.' );
// Otherwise, use the full MCP integration with AI Services (required for tools).
97
+
if ( ! function_exists( '\ai_services' ) ) {
98
+
WP_CLI::error( 'This command requires the AI Services plugin for MCP tool integration. You can install it with `wp plugin install ai-services --activate`. Alternatively, use `--skip-builtin-servers=all` to use WP AI Client without MCP tools.' );
95
99
}
96
100
97
-
// Otherwise, use the full MCP integration with AI Services.
0 commit comments