I’ve had a very confusing week trying to connect components with my team. I’ve been connecting React components, another engineer has been connecting Compose components. I was getting accurate results from the MCP, the other engineer was always only getting HTML/CSS. When I tried a component he connected, I was getting correct Compose code returned. Everyone was confused. Until today…
We realized that I was using an older version of the MCP and `get_code` tool, whereas he was using a newer version and `get_design_context` tool. I just connected to the remote MCP which no longer has `get_code` and only has `get_design_context`, and now I’m getting the same results.
We’re wondering if there is a bug in `get_design_context`? Can we get the same functionality as the old `get_code`?
Thanks!!!