UNPKG

@gianpieropuleo/radix-mcp-server

Version:

A Model Context Protocol (MCP) server for Radix UI libraries (Themes, Primitives, Colors), providing AI assistants with access to component source code, installation guides, and design tokens.

14 lines (13 loc) 557 B
export var Action; (function (Action) { Action["ListComponents"] = "list_components"; Action["GetComponentSource"] = "get_component_source"; Action["GetComponentDocumentation"] = "get_component_documentation"; Action["GetGettingStarted"] = "get_getting_started"; })(Action || (Action = {})); export var ColorAction; (function (ColorAction) { ColorAction["ListScales"] = "list_scales"; ColorAction["GetScale"] = "get_scale"; ColorAction["GetScaleDocumentation"] = "get_scale_documentation"; })(ColorAction || (ColorAction = {}));