=== Genesis Connector ===
Contributors: genesisbuildstudio
Tags: genesis, mcp, ai, automation
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.1.4
License: Proprietary

Securely connect a self-hosted WordPress site to one Genesis project.

== Description ==

Genesis Connector provides a stateless, authenticated MCP endpoint for WordPress.
It exposes capability-checked tools for content, media, plugins, themes, settings,
and users. Install the optional Genesis Elementor plugin to add page-builder tools.

Every connection is created by an administrator through a one-time, ten-minute
pairing handoff. Only token hashes are stored in WordPress. Genesis stores the
resulting grant encrypted. Consequential tool calls remain subject to the Genesis
approval gateway and WordPress's own current_user_can checks.

== Installation ==

1. Upload genesis-connector.zip in Plugins > Add New > Upload Plugin.
2. Activate Genesis Connector.
3. In Genesis, open the correct project, choose Apps > WordPress, and enter the site URL.
4. Open the generated WordPress pairing page and approve the connection.

== Security ==

Use HTTPS. Keep WordPress, PHP, themes, and plugins updated. Connect using a dedicated
administrator or editor account with the minimum capabilities the project needs.

== Changelog ==

= 0.1.4 =
* The public status endpoint now reports the Genesis Elementor pack version, so an update can be confirmed without signing in.

= 0.1.3 =
* Genesis plugins now appear as a normal WordPress "Update available" row instead of needing a manual re-upload.
* Update packages are accepted only over HTTPS from the same host that published the manifest.

