Skip to content

Abilities API: Plugin Settings: Broadcasts#1119

Merged
n7studios merged 2 commits into
abilities-api-plugin-settingsfrom
abilities-api-plugin-settings-broadcast
Jun 24, 2026
Merged

Abilities API: Plugin Settings: Broadcasts#1119
n7studios merged 2 commits into
abilities-api-plugin-settingsfrom
abilities-api-plugin-settings-broadcast

Conversation

@n7studios

Copy link
Copy Markdown
Contributor

Summary

Registers get and update abilities (MCP tools) for the Plugin's Broadcast Settings (Settings > Kit > Broadcasts), so an MCP client can fetch and update settings.

Screenshot 2026-06-18 at 19 54 01
Ability Description Required input Output
kit/settings-broadcasts-get Returns the current values of the Kit Broadcasts settings group. none { enabled, author_id, post_status, category_id, import_thumbnail, import_images, published_at_min_date, enabled_export, no_styles, restrict_content }
kit/settings-broadcasts-update Updates one or more values in the Kit Broadcasts settings group. Only keys declared in the input schema can be updated. Unknown keys are rejected. partial object of any subset of: enabled, author_id, post_status, category_id, import_thumbnail, import_images, published_at_min_date, enabled_export, no_styles, restrict_content same shape as kit/settings-broadcasts-get (post-save state)

Testing

  • MCPSettingsBroadcastsTest: Tests that MCP tools are registered, permissions are honored and get/update tools work for the Plugin's broadcast settings.

Checklist

@n7studios n7studios added this to the 3.4.0 milestone Jun 24, 2026
@n7studios n7studios self-assigned this Jun 24, 2026
@github-actions

Copy link
Copy Markdown

WordPress Playground

🚀 Your PR has been built and is ready for testing in WordPress Playground!

Click here to test your changes in WordPress Playground

@n7studios n7studios marked this pull request as ready for review June 24, 2026 08:04
@n7studios n7studios merged commit 58a8b68 into abilities-api-plugin-settings Jun 24, 2026
172 of 180 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant