Rename wpcom:list-site-plugins to jetpack:list-site-plugins#131
Conversation
The wpcom prefix was misleading: the command queries the Jetpack plugins endpoint and works for both WPCOM- and Jetpack-connected sites. Rename the command and its class, rename the matching MCP tool, and move it to the Jetpack row of the README tools table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughThis PR renames and retargets the site plugins listing feature from WPCOM-specific to Jetpack/combined scope. The MCP tool method was renamed from 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Comment |
Summary
wpcom:list-site-pluginsCLI command tojetpack:list-site-plugins. Thewpcomprefix was misleading — the command hits the Jetpack plugins endpoint and works for both WPCOM- and Jetpack-connected sites.WPCOM_Site_Plugins_List→Jetpack_Site_Plugins_Listand update its description/help text to mention both services.wpcom_list_site_plugins→jetpack_list_site_pluginsand move it to the Jetpack row of the README tools table.Notes
wpcom:list-site-plugins, and MCP clients referencingwpcom_list_site_plugins, must switch to thejetpack:/jetpack_names.// region WPCOM TOOLSblock (matching existing precedent —jetpack_export_site_pluginslives in the legacy region). Left in place to keep the diff minimal; can relocate to the Jetpack region on request.Test plan
team51 listshowsjetpack:list-site-pluginsand no longer listswpcom:list-site-plugins.team51 jetpack:list-site-plugins <site>prints the plugins table for both a WPCOM- and a Jetpack-connected site.team51 --mcpexposesjetpack_list_site_pluginsand notwpcom_list_site_plugins.composer run lint:phppasses for the changed files.Summary by CodeRabbit
Release Notes
New Features
Documentation