PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.4
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.4
1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 All 30 releases
← All changes | includes/modules/Mcp/Mcp_Hub.php +1 -1 1.3.21.3.4 View file →
@@ -195,9 +195,9 @@
195 195 return array(
196 196 'attached' => $state['attached'],
197 197 'account_email' => $state['account_email'],
198 198 'attached_at' => $state['attached_at'],
199 - 'site_url' => home_url( '/' ),
199 + 'site_url' => Mcp_Pairing::absolute( home_url( '/' ) ),
200 200 // Method 1 paste-in credential — the existing per-site token.
201 201 // Empty until generate_token() (or a per-site Connect) mints one.
202 202 'site_token' => Mcp_Pairing::site_token(),
203 203 'hub_url' => self::hub_url(),