PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.9.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.9.0
2.9.0 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 All 50 releases
← All changes | includes/mcp/class-mcp-tools.php +5 -1 2.0.0 → 2.9.0 View file →
@@ -70,11 +70,15 @@
70 70
71 71 /**
72 72 * Whether the active MCP credential is limited to read-only tools.
73 73 *
74 + * Public because the initialize instructions tell the assistant which
75 + * scope this session has, so it can read that as a granted limitation
76 + * rather than retrying a tool that will keep refusing (#491).
77 + *
74 78 * @return bool
75 79 */
76 - private static function is_read_only(): bool {
80 + public static function is_read_only(): bool {
77 81 if ( null !== self::$read_only_override ) {
78 82 return self::$read_only_override;
79 83 }
80 84 return Mcp_Pairing::is_read_only();