myoperator-mcp 0.2.6 → 0.2.8

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.
Files changed (3) hide show
  1. package/README.md +10 -10
  2. package/dist/index.js +896 -929
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -143,7 +143,7 @@ The `install-component` tool understands natural language. Ask your AI assistant
143
143
  > → Installs: table, badge
144
144
 
145
145
  > "Add an accordion section"
146
- > → Installs: collapsible
146
+ > → Installs: accordion
147
147
 
148
148
  ---
149
149
 
@@ -175,19 +175,19 @@ The `install-component` tool understands natural language. Ask your AI assistant
175
175
 
176
176
  | Component | Description |
177
177
  |-----------|-------------|
178
- | **Button** | 6 variants, 4 sizes, loading states, icons |
179
- | **Badge** | Status badges (active, failed, disabled) |
180
- | **Tag** | Event labels with bold prefix, interactive |
181
- | **Table** | Composable table with loading skeleton |
178
+ | **Accordion** | Expandable/collapsible sections with single or multiple mode |
179
+ | **Badge** | Status badges (active, failed, disabled, outline, secondary, destructive) with asChild |
180
+ | **Button** | 7 variants, 6 sizes (including icon-lg), loading states, icons |
181
+ | **Checkbox** | Tri-state checkbox built on Radix UI with labels |
182
182
  | **DropdownMenu** | Radix-based with keyboard navigation |
183
183
  | **Input** | Text input with state variants |
184
- | **TextField** | Form input with label, icons, validation |
184
+ | **MultiSelect** | Multi-select with tags and search |
185
185
  | **Select** | Composable Radix-based dropdown |
186
186
  | **SelectField** | Form select with label and validation |
187
- | **MultiSelect** | Multi-select with tags and search |
188
- | **Checkbox** | Tri-state checkbox with labels |
189
- | **Toggle** | Toggle switch for boolean inputs |
190
- | **Collapsible** | Accordion/expandable sections |
187
+ | **Switch** | Switch component built on Radix UI for boolean inputs |
188
+ | **Table** | Composable table with loading skeleton |
189
+ | **Tag** | Event labels with bold prefix, interactive |
190
+ | **TextField** | Form input with label, icons, validation |
191
191
 
192
192
  ---
193
193