Request to include Figma tokens or variables in the simplified response, as they are currently absent despite being present as `boundVariables` in the raw response. The user wants variable references in the output.
First of all thanks for the great work on the Figma MCP Server! It’s been incredibly helpful for me with Cursor, especially for one-shotting designs with Figma data. I’ve noticed that the simplified response doesn’t include Figma variables, even though the raw response shows `boundVariables` with variable IDs. I’d love to get variable references in the output. Could you guide me on what’s needed to include these? ### Figma Styles: - `color: var(--text-text-primary, #FFF);` - `font-family: var(--font-font-family-title, Futura);` - `font-size: var(--font-font-size-3xl, 40px);` - `font-style: normal;` - `font-weight: 500;` - `line-height: 120%; /* 48px */` ### What We Get - **Raw:** ```json "children": [ { "id": "726:30785", "name": "Heading", "type": "TEXT", "boundVariables": { "fills": [{"type": "VARIABLE_ALIAS", "id": "VariableID:1116:94605"}], "fontFamily": [{"type": "VARIABLE_ALIAS", "id": "VariableID:1085:140079"}], "fontSiz