Hi all,
I’ve been using the Figma MCP server and found that get_code outputs Tailwind classes without any reference to Figma variables. For example, if I have 2 boxes that use two different semantic variables with the same hex value, Figma only provides the raw value in the generated React components.


Unfortunately, this means the model has to guess which token to use from the codebase based on the raw value provided. Here is what Cursor tells me:

Do you know if this is intended? Am I missing something that can bridge that gap accurately?
Thanks.