search_flux_components
Locate Flux UI design system components by entering a keyword query. Access component documentation and examples directly from the Flux UI MCP Server to streamline UI development.
Instructions
Search for Flux UI components by keyword
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query to find relevant components |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query to find relevant components",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}