PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.3
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.3
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 1.1.8 All 29 releases
← All changes | includes/modules/Mcp/McpModule.php +2 -2 1.2.41.3.3 View file →
@@ -107,11 +107,11 @@
107 107 private const ATTACH_QUERY_VAR = 'xspeed_mcp_attach';
108 108
109 109 public function ui_metadata(): array {
110 110 return array(
111 - 'label' => 'MCP Server',
111 + 'label' => __( 'MCP Server', 'xspeed' ),
112 112 'icon' => 'Sparkles',
113 - 'description' => 'Control this site\'s cache from Claude and other AI agents.',
113 + 'description' => __( 'Control this site\'s cache from Claude and other AI agents.', 'xspeed' ),
114 114 'custom_panel' => 'McpPanel',
115 115 );
116 116 }
117 117