@salesforce/mcp 0.27.0 → 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 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,36 +258,37 @@ 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_slds_blueprints` (GA) - Retrieves comprehensive SLDS blueprints guidance, reference documentation, and a complete index of all 85 available blueprints by category.
266
- - `explore_slds_blueprints` (GA) - Search and explore SLDS Blueprints by name, category, lightning component, SLDS class, or styling hook, returning full blueprint specs.
267
267
  - `guide_lwc_security` (GA) - Provides security analysis in accordance with product security guidelines and Lightning Web Security guidelines.
268
- - `guide_design_general` (GA) - Provides SLDS guidelines and best practices for Lightning Web Components with accessibility, responsive design, and component usage patterns.
268
+ - `guide_slds_blueprints` (GA) - Provides comprehensive SLDS blueprints guidelines, reference documentation, and a complete index of all available blueprints by category.
269
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.
270
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.
271
272
 
272
273
  #### Lightning Data Service (LDS) Tools
273
274
 
274
275
  - `create_lds_graphql_mutation_query` (GA) - Provides guidance for creating GraphQL mutation queries.
275
276
  - `create_lds_graphql_read_query` (GA) - Create GraphQL read queries for LDS.
276
- - `fetch_lds_graphql_schema` (GA) - Fetch GraphQL schema structure for LDS.
277
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.
278
279
  - `guide_lds_data_consistency` (GA) - Provides data consistency patterns and best practices for LDS components.
279
280
  - `guide_lds_development` (GA) - Provides LDS development guidelines and component integration.
280
281
  - `guide_lds_graphql` (GA) - Provides LDS GraphQL usage patterns and guidelines.
281
282
  - `guide_lds_referential_integrity` (GA) - Provides referential integrity patterns for LDS data management.
282
283
  - `orchestrate_lds_data_requirements` (GA) - Provides step-by-step guidance for analyzing and clarifying LDS data requirements to produce PRD-ready specifications.
283
- - `test_lds_graphql_query` (GA) - Tests a GraphQL query against a connected Salesforce org and returns the result (sub-tool of query creation workflows).
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.
284
285
 
285
286
  #### Migration & Integration Tools
286
287
 
287
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.
288
290
  - `run_lwc_accessibility_jest_tests` (GA) - Provides accessibility testing utilities and Jest integration for LWC components.
289
291
  - `verify_aura_migration_completeness` (GA) - Provides Aura to LWC migration completeness checklist and validation.
290
- - `guide_lo_migration` (GA) - Migration recipe: converts a Lightning Out (beta) host page into a Lightning Out 2.0 page
291
292
 
292
293
  #### Workflow Tools
293
294
 
@@ -345,7 +346,7 @@ For sample prompts that invoke the core DX MCP tools, see [Use the Core Salesfor
345
346
 
346
347
  For complete documentation, see the [README](./packages/mcp-provider-scale-products/README.md) in the `mcp-provider-scale-products` subdirectory.
347
348
 
348
- - `scan_apex_class_for_antipatterns` - (GA) Analyzes Apex class files for performance antipatterns and provides recommendations for fixing them.
349
+ - `scan_apex_class_for_antipatterns` (GA) - Analyzes Apex class files for performance antipatterns and provides recommendations for fixing them.
349
350
 
350
351
  ### Testing Toolset
351
352