Previously, the code obtained using the get_code tool in Figma's MCP had the following import statement at the beginning:
```
const img = "http://localhost:3845/assets/0f46fbf7be0964a515990e4283d4dc25d73db9bb.svg";
```
However, when looking at the code obtained using the get_design_context tool, it looks like this:
```
import { img } from "./svg-4zqz3";
```
The import statement for the get_code tool explains how to obtain the asset, but the one for the get_design_context tool gives me no idea.
What is "svg-4zqz3"?
And how is it designed to obtain the actual SVG file for "img"?
Question
How to use MCP's "get_design_context" tool
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
