Skip to content

Abilities API: Plugin Settings: Broadcasts#1114

Open
n7studios wants to merge 2 commits into
abilities-api-plugin-settingsfrom
abilities-api-plugin-settings-broadcasts
Open

Abilities API: Plugin Settings: Broadcasts#1114
n7studios wants to merge 2 commits into
abilities-api-plugin-settingsfrom
abilities-api-plugin-settings-broadcasts

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 18, 2026
@n7studios n7studios self-assigned this Jun 18, 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 requested review from a team, ciccio-kit and noelherrick and removed request for a team June 18, 2026 13:53
@n7studios n7studios marked this pull request as ready for review June 18, 2026 13:53
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.

2 participants