[Personal-WP] Add my.wordpress.net specific MCP instructions and skills#3818
Draft
akirk wants to merge 2 commits into
Draft
[Personal-WP] Add my.wordpress.net specific MCP instructions and skills#3818akirk wants to merge 2 commits into
akirk wants to merge 2 commits into
Conversation
c9a70d2 to
ba9d496
Compare
ba9d496 to
18cfeb9
Compare
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.
What?
Adds MyWP-specific MCP prompts and tools through a dedicated package while keeping the generic Playground MCP server extensible.
Why?
External MCP clients need MyWP-specific operating instructions and task skills without changing the generic Playground MCP behavior.
How?
createServeraccept MCP server definitions and extensions that can add prompts or register tools.@wp-playground/mcp/apientry point that exposes the generic MCP server building blocks.@wp-playground/personal-wp-mcppackage that uses@wp-playground/mcp/apiunderneath.mywp, defaulting tohttps://my.wordpress.net/while still supporting--url=...for another Personal Playground origin.mywp_get_plugin_guidancetool that applies AI Assistant filters in the connected site and returns structured entries plus prompt-ready instructions for preferring the WordPress Abilities API for matching ability categories/domains.ai_assistant_ability_domains.Testing
npm run format:uncommittednpm exec nx run playground-mcp:test:unitnpm exec nx run playground-personal-wp-mcp:test:unitnpm exec nx run playground-mcp:lintnpm exec nx run playground-personal-wp:lintnpm exec nx run playground-personal-wp-mcp:lintnpm exec nx run playground-personal-wp-mcp:buildnpm exec nx run playground-mcp:build