@salesforce/mcp 0.26.11 → 0.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -5
- package/npm-shrinkwrap.json +510 -759
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -249,7 +249,7 @@ For complete documentation, see [Merge Conflict Resolution with DevOps Center MC
|
|
|
249
249
|
|
|
250
250
|
For complete documentation, see [Use DX MCP Tools for LWC](https://developer.salesforce.com/docs/platform/lwc/guide/mcp-intro.html) in the _Lightning Web Components Developer Guide_.
|
|
251
251
|
|
|
252
|
-
#### Component Development
|
|
252
|
+
#### Component Development
|
|
253
253
|
|
|
254
254
|
- `create_lwc_component_from_prd` (GA) - Creates complete LWC components from PRD specifications with proper structure. and best practices
|
|
255
255
|
- `create_lwc_jest_tests` (GA) - Generates Jest test suites for LWC components with coverage and mocking.
|
|
@@ -258,30 +258,35 @@ For complete documentation, see [Use DX MCP Tools for LWC](https://developer.sal
|
|
|
258
258
|
#### Development Guidelines
|
|
259
259
|
|
|
260
260
|
- `create_lightning_type` (GA) - Provides guidance for creating Custom Lightning Types (CLT) for Salesforce applications, agent actions, Lightning web components, and Lightning Platform integrations.
|
|
261
|
+
- `explore_slds_blueprints` (GA) - Retrieves SLDS blueprint specifications by name, category, Lightning component, CSS class, or styling hook.
|
|
262
|
+
- `guide_design_general` (GA) - Provides SLDS guidelines and best practices for Lightning Web Components with accessibility, responsive design, and component usage patterns.
|
|
261
263
|
- `guide_lwc_accessibility` (GA) - Provides accessibility guidelines and testing instructions for LWC components.
|
|
262
264
|
- `guide_lwc_best_practices` (GA) - Offers LWC development best practices and coding standards guidance.
|
|
263
265
|
- `guide_lwc_development` (GA) - Provides LWC development workflow and implementation guidelines.
|
|
264
266
|
- `guide_lwc_rtl_support` (GA) - Provides Right-to-Left (RTL) internationalization support and RTL development guidance.
|
|
265
|
-
- `guide_lwc_slds2_uplift_linter_fixes` (NON-GA) - Analyzes the given LWC code along with the slds-linter output to fix issues using Salesforce Lightning Design System 2 (SLDS 2) guidelines.
|
|
266
267
|
- `guide_lwc_security` (GA) - Provides security analysis in accordance with product security guidelines and Lightning Web Security guidelines.
|
|
267
|
-
- `
|
|
268
|
+
- `guide_slds_blueprints` (GA) - Provides comprehensive SLDS blueprints guidelines, reference documentation, and a complete index of all available blueprints by category.
|
|
268
269
|
- `guide_utam_generation` (NON-GA) - Provides UI Test Automation Model (UTAM) Page Object generation guidelines and best practices.
|
|
270
|
+
- `lwc-doc-error` (GA) - Retrieves information about LWC error messages, including static guidance for resolving the issue based on the error code.
|
|
271
|
+
- `reference_lwc_compilation_error` (GA) - References LWC compilation errors by looking up error codes against a knowledge base of documented error patterns, causes, and fixes.
|
|
269
272
|
|
|
270
273
|
#### Lightning Data Service (LDS) Tools
|
|
271
274
|
|
|
272
275
|
- `create_lds_graphql_mutation_query` (GA) - Provides guidance for creating GraphQL mutation queries.
|
|
273
276
|
- `create_lds_graphql_read_query` (GA) - Create GraphQL read queries for LDS.
|
|
274
|
-
- `explore_lds_graphql_schema` (GA) - Explore GraphQL schema structure for LDS.
|
|
275
277
|
- `explore_lds_uiapi` (GA) - Explores and documents Lightning Design System UI API capabilities.
|
|
278
|
+
- `fetch_lds_graphql_schema` (GA) - Fetch GraphQL schema structure for LDS.
|
|
276
279
|
- `guide_lds_data_consistency` (GA) - Provides data consistency patterns and best practices for LDS components.
|
|
277
280
|
- `guide_lds_development` (GA) - Provides LDS development guidelines and component integration.
|
|
278
281
|
- `guide_lds_graphql` (GA) - Provides LDS GraphQL usage patterns and guidelines.
|
|
279
282
|
- `guide_lds_referential_integrity` (GA) - Provides referential integrity patterns for LDS data management.
|
|
280
283
|
- `orchestrate_lds_data_requirements` (GA) - Provides step-by-step guidance for analyzing and clarifying LDS data requirements to produce PRD-ready specifications.
|
|
284
|
+
- `test_lds_graphql_query` (GA) - Tests a GraphQL query against a connected Salesforce org and returns the result. This tool is a sub-tool of the GraphQL query creation tools and must only be called as part of their workflows.
|
|
281
285
|
|
|
282
286
|
#### Migration & Integration Tools
|
|
283
287
|
|
|
284
288
|
- `guide_figma_to_lwc_conversion` (GA) - Converts Figma designs to LWC component specifications.
|
|
289
|
+
- `guide_lo_migration` (GA) - Provides guidance to convert a Lightning Out (beta) app into a Lightning Out 2.0 app.
|
|
285
290
|
- `run_lwc_accessibility_jest_tests` (GA) - Provides accessibility testing utilities and Jest integration for LWC components.
|
|
286
291
|
- `verify_aura_migration_completeness` (GA) - Provides Aura to LWC migration completeness checklist and validation.
|
|
287
292
|
|
|
@@ -341,7 +346,7 @@ For sample prompts that invoke the core DX MCP tools, see [Use the Core Salesfor
|
|
|
341
346
|
|
|
342
347
|
For complete documentation, see the [README](./packages/mcp-provider-scale-products/README.md) in the `mcp-provider-scale-products` subdirectory.
|
|
343
348
|
|
|
344
|
-
- `scan_apex_class_for_antipatterns`
|
|
349
|
+
- `scan_apex_class_for_antipatterns` (GA) - Analyzes Apex class files for performance antipatterns and provides recommendations for fixing them.
|
|
345
350
|
|
|
346
351
|
### Testing Toolset
|
|
347
352
|
|