@salesforce/mcp 0.24.4 → 0.25.0
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 +4 -1
- package/npm-shrinkwrap.json +384 -385
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -286,7 +286,9 @@ Orchestrates the complete Aura to LWC migration workflow. Provides end-to-end gu
|
|
|
286
286
|
- `guide_lwc_slds2_uplift_linter_fixes` - (NON-GA) Analyzes the given LWC code along with the slds-linter output to fix issues using the SLDS2 knowledge
|
|
287
287
|
- `guide_lwc_security` - (GA) Comprehensive security analysis in accordance with Product Security Guidelines and Lightning Web Security Guidelines
|
|
288
288
|
- `guide_design_general` - (GA) Comprehensive SLDS guidelines and best practices for Lightning Web Components with accessibility, responsive design, and component usage patterns
|
|
289
|
-
|
|
289
|
+
- `guide_utam_generation` - (NON-GA) Provides UTAM Page Object generation guidelines and best practices.
|
|
290
|
+
- `create_lightning_type` - (GA) Provides guidance for creating Custom Lightning Types (CLT) for Salesforce applications,
|
|
291
|
+
* Einstein Agent actions, Lightning Web Components, and Lightning Platform integrations.
|
|
290
292
|
#### Workflow Tools
|
|
291
293
|
|
|
292
294
|
- `orchestrate_lwc_component_creation` - (GA) Step-by-step component creation workflow guidance
|
|
@@ -304,6 +306,7 @@ Orchestrates the complete Aura to LWC migration workflow. Provides end-to-end gu
|
|
|
304
306
|
- `create_lds_graphql_read_query` - (GA) Create GraphQL read queries for LDS
|
|
305
307
|
- `explore_lds_graphql_schema` - (GA) Explore GraphQL schema structure for Salesforce LDS
|
|
306
308
|
- `guide_lds_graphql` - (GA) LDS GraphQL usage patterns and guidelines
|
|
309
|
+
- `create_lds_graphql_mutation_query` - (GA) Comprehensive guidance text for creating GraphQL mutation queries.
|
|
307
310
|
|
|
308
311
|
#### Migration & Integration Tools
|
|
309
312
|
|