docs(mcp-skills): bulk actions, AI Power Ups content, websocket notifications#5434
Open
adrians5j wants to merge 1 commit into
Open
docs(mcp-skills): bulk actions, AI Power Ups content, websocket notifications#5434adrians5j wants to merge 1 commit into
adrians5j wants to merge 1 commit into
Conversation
…otifications New Webiny MCP authoring skills for the 6.5.0 extension APIs: - cms-bulk-actions: custom EntriesBulkAction → auto-generated background task + GraphQL mutation, loadData/processData, convergence, values.-storage vs GraphQL-nested where, skipValidation, the Admin bulk-action button. - ai-powerups-content: generate CMS entry content via CmsGenerateEntryContentUseCase (configured provider + Project / Writer / Reader Persona), output shape, pickers. - websocket-notifications: API → Admin real-time toasts (WebsocketsSendToIdentityUseCase + client WebsocketEventHandler + Notifications). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three Webiny MCP authoring skills covering the extension APIs exposed in 6.5.0, so an MCP-assisted developer can build them without rediscovering the gotchas.
api/cms-bulk-actionsEntriesBulkAction→ Webiny auto-generates the background task + GraphQL mutation.loadData/processData, the convergence requirement,values.-dotted storage where vs GraphQL-nestedvalues: {}where,skipValidation, and the AdminBulkActionFeature/BulkActionButtonwiring.api/ai-powerups-contentCmsGenerateEntryContentUseCase(uses the configured provider + Project / Writer Persona / Reader Persona), the JSON output shape, and reading personas/projects for a picker viaGetSettingsFeature.api/websocket-notificationsWebsocketsSendToIdentityUseCase+IdentityContext, react with a clientWebsocketEventHandler+Notifications.All three follow the skill format (TL;DR → pattern → examples → related skills), use the public
webiny/*import paths, and cross-link.Notes
webiny/api/cms/bulk-actions,webiny/api/ai-powerups,webiny/admin/websockets, plusNotifications/GetSettingsFeature) — that exposition is a separate PR.skills/user-skills/generated/**) still need regenerating against 6.5.0 for full discoverability of the new exports — a follow-up.🤖 Generated with Claude Code