Cowboy MCP 1.6.2: Gutenberg block editing, plus scoped keys for least-privilege agents

Cowboy MCP 1.6.2 teaches your agent the block editor: it can read any post or page as a block tree and make surgical edits — change a heading, move a section, swap a pattern — instead of resending the whole document. It also adds per-credential tool scoping, so each API key or connection gets exactly the access you intend and nothing more. The toolset grows from 153 to 168, and every new write is journaled and undoable like the rest of the plugin.

What this means for you

Until now, asking an agent to tweak one section of a Gutenberg page meant it had to rewrite the page's entire content — slow, token-hungry, and easy to get subtly wrong. This release gives it an editor's hands: it sees the page the way the block editor does and touches only the blocks you asked about. And with scoped keys, you can finally hand a content agent a key that can write posts but can never touch files, users, or the database.

What's new

Try it

Move the testimonials section above the pricing table on the homepage, and make the hero heading say "Ship faster".

Read the full 1.6.2 changelog on WordPress.org.