=== MCP Abilities - Toolset ===
Contributors: basicus
Tags: mcp, toolset, types, custom-fields
Requires at least: 6.9
Tested up to: 7.0
Stable tag: 1.0.4
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Toolset integration for WordPress via MCP. Manage custom post types, fields, and relationships.

== Description ==

This add-on plugin exposes Toolset functionality through MCP (Model Context Protocol). Your AI assistant can manage custom post types, custom fields, taxonomies, and posts with Toolset fields directly via the Abilities API.

Part of the MCP Expose Abilities ecosystem.

== Features ==

- List post types and their custom fields
- Create, read, update, delete posts with custom fields
- Manage taxonomy terms
- Audit pages, posts, and Toolset objects for active Toolset usage
- Clean stale Toolset metadata and objects after migration
- Issue tracker specific abilities for managing issues

== Installation ==

1. Install the required plugins (Abilities API, MCP Adapter)
2. Configure Toolset (Types, Views) as needed
3. Download and install this plugin
4. Activate the plugin

== Changelog ==

= 1.0.4 =
* Update tested WordPress version metadata for Plugin Check.
* Align public release identity with the Basicus author/contributor rule.

= 1.0.3 =
* Added: `toolset/cleanup-stale-data` destructive cleanup ability for stale Toolset metadata, Toolset objects, and `toolsetDSVersion` content attributes after migration

= 1.0.2 =
* Added: `toolset/audit-usage` read-only ability to find posts/pages with Toolset blocks, shortcodes, fields, Views/templates, and Toolset configuration objects

= 1.0.1 =
* Fixed: Removed hard plugin header dependency on abilities-api to avoid slug-mismatch activation blocking
* Updated: Plugin URI to the bjornfix GitHub repository

= 1.0.0 =
* Initial release
* Post types: list, get fields, get taxonomies
* Posts: create, get, list, update, delete
* Issue tracker: create, list, update status
