@salesforce/mcp-provider-lwc-experts 0.3.0 → 0.5.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 +2 -77
- package/index.bundle.js +64 -64
- package/package.json +12 -4
package/README.md
CHANGED
|
@@ -2,81 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
A comprehensive collection of Model Context Protocol (MCP) tools for Lightning Web Component (LWC) development, analysis, and improvement. This package provides AI-powered tools accessible through MCP-compatible clients to analyze, review, and enhance LWC code for accessibility, performance, security, and best practices.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## License
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- **Component Creation**: Step-by-step guidance for creating LWC components
|
|
10
|
-
- **Component Optimization**: Performance optimization workflows and best practices
|
|
11
|
-
- **Component Testing**: Jest test generation and testing workflows
|
|
12
|
-
- **Best Practices**: Modern LWC development standards and patterns
|
|
13
|
-
|
|
14
|
-
### Accessibility & Design System Tools
|
|
15
|
-
|
|
16
|
-
- **Accessibility Analysis**: WCAG 2.2 compliance and accessibility testing
|
|
17
|
-
- **SLDS2 Uplift**: Salesforce Lightning Design System v2 migration tools
|
|
18
|
-
- **RTL Support**: Right-to-left language internationalization guidance
|
|
19
|
-
- **Design System Compliance**: SLDS component usage and token-based styling
|
|
20
|
-
|
|
21
|
-
### Data & API Analysis Tools
|
|
22
|
-
|
|
23
|
-
- **LDS Framework Analysis**: Lightning Data Service patterns and consistency
|
|
24
|
-
- **Component API Analysis**: LWC component API surface analysis
|
|
25
|
-
- **Library API Analysis**: LWC library API exploration
|
|
26
|
-
- **Namespace Exploration**: LWC module discovery and analysis
|
|
27
|
-
|
|
28
|
-
### Security & Quality Tools
|
|
29
|
-
|
|
30
|
-
- **Security Review**: Vulnerability analysis and security best practices
|
|
31
|
-
- **Jest Test Review**: Test quality analysis and enhancement
|
|
32
|
-
- **Migration Tools**: Aura to LWC migration completeness analysis
|
|
33
|
-
- **Figma Integration**: Design-to-code conversion guidance
|
|
34
|
-
|
|
35
|
-
## Installation
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
npm install @salesforce/mcp-provider-lwc-experts
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Usage
|
|
42
|
-
|
|
43
|
-
This package provides MCP tools that can be used with any MCP-compatible client. The tools are organized into two categories:
|
|
44
|
-
|
|
45
|
-
### Instruction-Only Tools
|
|
46
|
-
|
|
47
|
-
Static guidance tools that provide best practices and workflows without requiring LLM API access:
|
|
48
|
-
|
|
49
|
-
- `LWC_Guide_Development` - Core development guidelines
|
|
50
|
-
- `LWC_Guide_BestPractices` - Modern LWC standards and patterns
|
|
51
|
-
- `LWC_Create_Component` - Component creation instructions
|
|
52
|
-
- `LWC_Workflow_Component_Creation` - End-to-end component creation workflow
|
|
53
|
-
- `LWC_Workflow_Component_Optimization` - Performance optimization guidance
|
|
54
|
-
- `LWC_Workflow_Component_Testing` - Complete testing workflow
|
|
55
|
-
- `Figma_Guide_LWC_Conversion` - Design conversion guidance
|
|
56
|
-
- `LWC_Guide_Accessibility` - Accessibility guidelines
|
|
57
|
-
- `LDS_Guide_Development` - Lightning Design System guidelines
|
|
58
|
-
- `LDS_Guide_Data_Consistency` - Data consistency patterns
|
|
59
|
-
- `LWC_Guide_RTL` - RTL internationalization guidelines
|
|
60
|
-
- `LDS_Guide_Referential_Integrity` - Referential integrity patterns
|
|
61
|
-
- `LDS_Explore_UIAPI` - LDS UIAPI Directory knowledge
|
|
62
|
-
- `Aura_Migration_Completeness` - Aura to LWC migration guidelines
|
|
63
|
-
- `LWC_Analyze_Component_API` - Component API analysis
|
|
64
|
-
- `LWC_Analyze_Library_API` - Library API analysis
|
|
65
|
-
- `LWC_Explore_Namespace` - Namespace module exploration
|
|
66
|
-
- `LWC_Guide_Component_Selection` - Component selection recommendations
|
|
67
|
-
- `LWC_Generate_Jest_Tests` - Jest test generation guidance
|
|
68
|
-
- `LWC_Review_Jest_Tests` - Test review and enhancement
|
|
69
|
-
- `LWC_Run_Accessibility_Jest_Tests` - Accessibility testing instructions
|
|
70
|
-
- `LWC_Workflow_SLDS2_Uplift` - SLDS2 migration workflow
|
|
71
|
-
- `LWC_Guide_SLDS2_Uplift_Linter_Fixes` - SLDS2 linter fixes
|
|
72
|
-
- `LWC_Guide_UpliftAiMetadata` - AI metadata enhancement
|
|
73
|
-
|
|
74
|
-
### LLM-Powered Tools
|
|
75
|
-
|
|
76
|
-
Dynamic analysis tools that require LLM API access for intelligent code analysis:
|
|
77
|
-
|
|
78
|
-
- `LWC_Review_Security` - Security vulnerability analysis
|
|
79
|
-
|
|
80
|
-
## MCP Integration
|
|
81
|
-
|
|
82
|
-
To use these tools with an MCP client, configure your MCP client to connect to this package. The tools will be available for use in your AI assistant workflows.
|
|
7
|
+
SEE LICENSE IN LICENSE.txt
|