Releases: ademyavuzz/site-abilities-mcp
Release list
Site Abilities MCP v0.2.0-alpha.1
Site Abilities MCP v0.2.0-alpha.1
This alpha release expands Site Abilities MCP to 85 guarded WordPress abilities while preserving a read-only default profile. It adds taxonomy, comment, Gutenberg synced-pattern, site-discovery, and privacy-preserving activity capabilities.
Download
Download site-abilities-mcp-0.2.0-alpha.1.zip from the Assets section below. This is the WordPress-ready installer package.
Do not install GitHub's automatically generated Source code (zip) archive in WordPress. That archive contains the development repository and is intended for source review.
Highlights
- 38 read abilities available in the default
read_onlyprofile. - 47 guarded write abilities available only after explicit server-side opt-in.
- Public or REST-visible taxonomy discovery, term management, and content-term assignments.
- Comment reading, replies, recoverable moderation, and bounded snapshots.
- Gutenberg block analysis and guarded synced-pattern lifecycle operations.
- Safe site discovery and privacy-preserving ability activity metadata.
- WordPress runtime validation in CI in addition to PHP 7.4–8.4 lint and safety tests.
Safety boundaries
- Write abilities remain hidden unless
SITE_ABILITIES_MCP_PROFILEis set tofull_accessby a trusted site administrator. - Native WordPress capability checks, explicit confirmations, stale-state guards, revisions, and bounded snapshots remain enforced.
- Permanent deletion, arbitrary option updates, user or role management, PHP execution, plugin installation or deletion, software updates, theme switching, and block-theme file editing are not exposed.
- Activity metadata excludes ability inputs, outputs, content, and credentials.
Install or upgrade
- Test on a staging site and back up WordPress files and the database.
- Install and activate the official WordPress MCP Adapter.
- In WordPress, open Plugins → Add New Plugin → Upload Plugin.
- Upload
site-abilities-mcp-0.2.0-alpha.1.zipand activate or replace the existing plugin. - Use a dedicated WordPress user and a revocable Application Password or OAuth.
- Keep the default read-only profile until the required write abilities and user capabilities have been reviewed.
Requirements
- WordPress 6.9 or later
- PHP 7.4 or later
- Official WordPress MCP Adapter
- Node.js 22 or later only when using the optional remote bridge
Verify the download
The release includes site-abilities-mcp-0.2.0-alpha.1.zip.sha256 for integrity verification:
shasum -a 256 -c site-abilities-mcp-0.2.0-alpha.1.zip.sha256See the README, ability catalog, and security policy for configuration, scope, and reporting guidance.
Site Abilities MCP v0.1.0-alpha.1
Site Abilities MCP v0.1.0-alpha.1
This is the first public evaluation build of Site Abilities MCP. It exposes 56 guarded WordPress abilities through the official WordPress Abilities API and MCP Adapter.
Download
Download site-abilities-mcp-0.1.0-alpha.1.zip from the Assets section below. This is the WordPress-ready installer package.
Do not install GitHub's automatically generated Source code (zip) archive in WordPress. That archive contains development files and is intended for source review.
Install
- Test on a staging site and back up WordPress files and the database.
- Install and activate the official WordPress MCP Adapter.
- In WordPress, open Plugins → Add New Plugin → Upload Plugin.
- Upload
site-abilities-mcp-0.1.0-alpha.1.zipand activate the plugin. - Use a dedicated WordPress user and a revocable Application Password or OAuth.
The plugin starts in the read-only MCP profile. Write abilities remain hidden until a site administrator deliberately enables the documented server-side opt-in.
Requirements
- WordPress 6.9 or later
- PHP 7.4 or later
- Official WordPress MCP Adapter
- Node.js 22 or later only when using the optional remote bridge
Verify the download
The release includes site-abilities-mcp-0.1.0-alpha.1.zip.sha256 for integrity verification:
shasum -a 256 -c site-abilities-mcp-0.1.0-alpha.1.zip.sha256Expected SHA-256:
8f48c3ea9c8a7b2f3eceb57583f703db848fe175943a353c00e7caedfb56cde2
See the README for client configuration, security guidance, supported operations, and known limitations.
Full Changelog: v0.1.0-alpha...v0.1.0-alpha.1