Conversation
|
This is really nicely done, thanks for submitting it. Prototype data has been on my radar for a bit. I think because we need to pull the full Figma file in order for this to work, I'd like to launch this in tandem with some kind of support for Figma response caching. I'd also like to test this with extra large Figma files—I believe there's a 55 second timeout on the Figma API. I don't want to brick the MCP for all use cases with big files when we add support for prototype data. I wonder, there's a comment in the code that says:
Is it just that the |
Currently, the
get_figma_datainterface cannot retrieve interaction information from the Prototype, making it impossible to know the interaction information of the UI drafts. I have added logic to retrieve interaction information, allowing users to read the current UI draft information and interact with another UI draft information at the same time, enabling the creation of multiple UI drafts simultaneously.