<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Cowboy MCP News</title>
  <subtitle>Release notes for the Cowboy MCP WordPress plugin.</subtitle>
  <link href="https://cowboymcp.com/news/feed.xml" rel="self" />
  <link href="https://cowboymcp.com/" />
  <updated>2026-07-21T00:00:00Z</updated>
  <id>https://cowboymcp.com/</id>
  <author>
    <name>Andrew Ivanov</name>
  </author>
  <entry>
    <title>Cowboy MCP 1.6.0: your agent can now update plugins and themes — safely</title>
    <link href="https://cowboymcp.com/news/cowboy-mcp-1-6-0/" />
    <updated>2026-07-21T00:00:00Z</updated>
    <id>https://cowboymcp.com/news/cowboy-mcp-1-6-0/</id>
    <content type="html">&lt;!-- check-facts:ignore --&gt;
&lt;p&gt;Cowboy MCP 1.6.0 lets your AI agent install, update, and delete WordPress plugins and themes — with an automatic file backup, a database checkpoint, and a post-update health check that rolls back automatically if the site breaks. Updates finally get the same safety net as everything else: journaled, undoable, and confirmed before anything destructive runs.&lt;/p&gt;
&lt;h2&gt;What this means for you&lt;/h2&gt;
&lt;p&gt;Keeping plugins and themes current is the single most important thing you can do for a WordPress site&#39;s security — and also the scariest, because a bad update can take the whole site down. This release removes the fear. Your agent can do the updating for you, and every step is reversible.&lt;/p&gt;
&lt;h2&gt;What&#39;s new&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Install, update, and delete plugins and themes.&lt;/strong&gt; New tools let an agent pull plugins and themes straight from WordPress.org and manage them in place — no WP-CLI and no shell access, just pure PHP.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A real safety net on every update.&lt;/strong&gt; Before touching anything, the plugin takes a file backup and a database checkpoint. After updating it runs a health check, and if the site is broken it restores the previous version automatically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Updates show up where you look.&lt;/strong&gt; Listing your plugins and themes now reports which ones have updates available, so you can see what&#39;s outdated at a glance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto-checkpoint, on by default.&lt;/strong&gt; A new &amp;quot;Auto-checkpoint before plugin &amp;amp; theme updates&amp;quot; setting means a restore point is always waiting, even if you forget to ask for one.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PHP 8.0 and 8.1 fix.&lt;/strong&gt; A return-type syntax issue that could cause a fatal error on PHP older than 8.2 is resolved.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because every install, update, and delete is journaled, &lt;code&gt;wp_undo_change&lt;/code&gt; can roll any plugin or theme back to the exact version it was before.&lt;/p&gt;
&lt;h2&gt;Try it&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;Update all plugins — back up first.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://wordpress.org/plugins/cowboy-mcp/#developers&quot;&gt;full 1.6.0 changelog on WordPress.org&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Cowboy MCP 1.5.3: Connection Doctor tells you why your agent can&#39;t connect</title>
    <link href="https://cowboymcp.com/news/cowboy-mcp-1-5-3/" />
    <updated>2026-07-20T00:00:00Z</updated>
    <id>https://cowboymcp.com/news/cowboy-mcp-1-5-3/</id>
    <content type="html">&lt;!-- check-facts:ignore --&gt;
&lt;p&gt;If your AI agent can&#39;t reach your WordPress site, Cowboy MCP 1.5.3 tells you exactly why. The new Connection Doctor runs a one-click self-test from the Connection tab and names the likely culprit, instead of leaving you to guess.&lt;/p&gt;
&lt;h2&gt;What this means for you&lt;/h2&gt;
&lt;p&gt;Connection problems are the most frustrating part of setting up any MCP server: the agent just says &amp;quot;can&#39;t connect,&amp;quot; and you&#39;re left wondering whether it&#39;s your host, a security plugin, or a typo. Connection Doctor turns that dead end into a checklist. It tests the four things that actually break connections — HTTPS, whether your site is publicly reachable, whether the REST API is available, and whether OAuth discovery works — and reports what passed and what didn&#39;t.&lt;/p&gt;
&lt;p&gt;When something fails, it doesn&#39;t just say &amp;quot;error.&amp;quot; It names the likely blocker — Cloudflare, ModSecurity, Basic Auth, or a caching plugin — so you know where to look. And it hands you a copy-pasteable report you can drop straight into a support thread instead of describing the problem from memory.&lt;/p&gt;
&lt;p&gt;You can run it three ways: from the Connection tab in wp-admin, as the &lt;code&gt;wp_connection_doctor&lt;/code&gt; tool so your agent can diagnose itself, or from the command line.&lt;/p&gt;
&lt;h2&gt;Try it&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;wp cowboy-mcp doctor
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://wordpress.org/plugins/cowboy-mcp/#developers&quot;&gt;full 1.5.3 changelog on WordPress.org&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Cowboy MCP 1.5.0: undo for everything your AI agent does</title>
    <link href="https://cowboymcp.com/news/cowboy-mcp-1-5-0/" />
    <updated>2026-07-08T00:00:00Z</updated>
    <id>https://cowboymcp.com/news/cowboy-mcp-1-5-0/</id>
    <content type="html">&lt;!-- check-facts:ignore --&gt;
&lt;p&gt;Cowboy MCP 1.5.0 gives every change your AI agent makes an undo button. A new per-change undo journal records what the agent did — posts, options, terms, files, users, media, WooCommerce, and more — and you can roll any of it back from wp-admin.&lt;/p&gt;
&lt;h2&gt;What this means for you&lt;/h2&gt;
&lt;p&gt;Handing site work to an AI agent is far easier when you know you can take it back. Before this release, a wrong edit meant restoring from a backup. Now there&#39;s a proper undo layer built for the way agents actually work.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A per-change undo journal.&lt;/strong&gt; The new Activity tab logs every change an agent makes, so you can review it and reverse individual changes one at a time. Conflict detection warns you if something else changed in the meantime.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Database checkpoints.&lt;/strong&gt; Take a one-click snapshot of your database and restore the whole site to it later. A checkpoint is also taken automatically before any mutating WP-CLI command.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Batch undo.&lt;/strong&gt; Reverse every change from a single batched request together, in one step.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Six rollback tools for agents.&lt;/strong&gt; Your agent can list changes, undo a change, and create, list, restore, or delete checkpoints — so it can clean up after itself when you ask.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your MCP API keys and the plugin&#39;s own settings are never touched by an undo or a checkpoint restore, so rolling back can&#39;t lock you out of your own site.&lt;/p&gt;
&lt;h2&gt;Try it&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;Undo the last five changes you made to the pricing page.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://wordpress.org/plugins/cowboy-mcp/#developers&quot;&gt;full 1.5.0 changelog on WordPress.org&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Cowboy MCP 1.4.0: now on WordPress.org, with one-click sign-in</title>
    <link href="https://cowboymcp.com/news/cowboy-mcp-1-4-0/" />
    <updated>2026-07-03T00:00:00Z</updated>
    <id>https://cowboymcp.com/news/cowboy-mcp-1-4-0/</id>
    <content type="html">&lt;!-- check-facts:ignore --&gt;
&lt;p&gt;Cowboy MCP 1.4.0 is the WordPress.org launch: the plugin is now in the official directory, so you can install and update it straight from your dashboard. It also adds one-click sign-in for the Claude desktop and web apps, so you can connect an AI agent to your site without ever opening a terminal.&lt;/p&gt;
&lt;h2&gt;What this means for you&lt;/h2&gt;
&lt;p&gt;Being on WordPress.org matters for two reasons. First, installing is now as simple as any other plugin — search, click Install, click Activate — and updates arrive through the normal Plugins screen. Second, the directory review raised the bar on safety: the database tools were changed to use fixed, safe queries instead of free-form SQL, closing off a whole category of risk.&lt;/p&gt;
&lt;p&gt;The bigger day-to-day change is one-click sign-in. Instead of generating an API key and pasting an endpoint URL, you enable the Desktop Connector and approve a browser sign-in — the same kind of flow you already use to log into other apps. It&#39;s the difference between a five-minute setup and a thirty-second one.&lt;/p&gt;
&lt;p&gt;This release also retired the old self-hosted auto-updater, since updates now come through WordPress.org.&lt;/p&gt;
&lt;p&gt;A quick follow-up, 1.4.1, built on this with a redesigned connection page: you pick your app — claude.ai, Claude Desktop, ChatGPT, Claude Code, Codex, Cursor, and more — from a sidebar and follow steps tailored to it, including one-click sign-in from ChatGPT.&lt;/p&gt;
&lt;h2&gt;Try it&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;Draft a welcome post and publish it to my site.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Read the &lt;a href=&quot;https://wordpress.org/plugins/cowboy-mcp/#developers&quot;&gt;full 1.4.0 changelog on WordPress.org&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
</feed>