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.
- package/README.md +10 -10
- package/dist/index.js +896 -929
- 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:
|
|
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
|
-
| **
|
|
179
|
-
| **Badge** | Status badges (active, failed, disabled) |
|
|
180
|
-
| **
|
|
181
|
-
| **
|
|
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
|
-
| **
|
|
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
|
-
| **
|
|
188
|
-
| **
|
|
189
|
-
| **
|
|
190
|
-
| **
|
|
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
|
|