30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

v0.3.2 — F080 rename + F081/F082 walkthrough + WP 7.1 compat

What's new

F069 Quick Setup wizard renamed to "Quick Connect via AcrossAI" everywhere (F080, #97). Every admin surface (plugins.php row action, MCP Servers list page-title button + per-row pill, Settings-page sub-nav tab, admin-bar chip) now reads Quick Connect via AcrossAI. The AcrossAI parent-menu submenu and the wizard header itself use the shorter Quick Connect — those two surfaces already sit next to the AcrossAI logo / brand context, so the tail is redundant there (#100). Machine identifiers renamed to quick-connect in the same pass: URL query param (?quick-connect=1), REST routes (/quick-connect/state|step|complete), PHP namespace AcrossAI_MCP_Manager\Admin\Partials\QuickConnect, class QuickConnectController, source directories src/js/quick-connect/ + src/scss/quick-connect.scss, asset directory assets/quick-connect/, JS bootstrap global window.acrossaiMcpQuickConnect, CSS classes .acrossai-mcp-quick-connect-*, transient key prefix acrossai_mcp_manager_quick_connect_state_. Breaking change — no backwards-compat shim: any operator bookmark against ?quick-setup=1 will 404; any external code calling the old REST route will 404; any in-flight wizard scratchpad transient at deploy time is orphaned (harmless — 30 min TTL).

Quick Connect wizard Step 10 now embeds the AcrossAI Pro per-connector walkthrough panels when the paid add-on is active (F081 + F082, #98 / #101 / #102). When acrossai-pro 0.9.4+ is installed, Step 10 renders the same rich per-vendor walkthrough (Claude / ChatGPT / Cursor / Gemini / Grok) that the per-server AI Connectors admin tab shows — three sub-boxes per client with numbered instructions, an inline <pre> command block for CLI paths, and a "Still stuck? Full walkthroughs…" docs footnote. F082 exposes the walkthrough HTML through its own discovery lane (acrossai_mcp_manager_discovery_ai_connector_instructions, mirroring the existing ..._ai_connectors producer/consumer pattern) rather than piggybacking on the connector DTO; the pro plugin emits the HTML with a __ACROSSAI_MCP_URL__ sentinel that Step 10 substitutes with the currently-selected server's URL client-side just before rendering (HTML-escaped). Single source of truth: *ConnectorProfile::get_mcp_url_setup_html() on the pro side, consumed unchanged by both this wizard AND the pro plugin's own tab. The rich walkthrough renders BELOW the wizard's Back / Finish footer so the primary CTA stays visible without scrolling past the guide (#102 — new useBelowFooter() hook, opt-in per step, zero effect on the other twelve). When acrossai-pro is missing or on a pre-F082 version, Step 10 falls back to today's rendering (MCP URL + Copy + "Dynamic Client Registration only" notice) — zero visual regression.

Compatibility

  • Tested up to WordPress 7.1 (bumped from 7.0)
  • Requires at least: 7.0 (unchanged)
  • Requires PHP: 8.1 (unchanged)

PRs bundled in this release

  • #97 — F080 rename to "Quick Connect via AcrossAI"
  • #98 — F081 Step 10 walkthrough consumer scaffolding + CSS port
  • #100 — UI copy: shorten wizard header + parent-menu submenu label
  • #101 — F082 discovery-filter lane for connector instructions
  • #102useBelowFooter() hook so Step 10 walkthrough sits BELOW the Back / Finish footer

Pairs with

  • acrossai-pro 0.9.4 — required for the F082 walkthrough to render in Step 10. Older acrossai-pro versions fall back cleanly to the DCR-only notice.

Keep reading