-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
Issue Summary:
MCP server returns generic React/Tailwind code instead of configured Angular Code Connect mappings when using get-design-context.
Steps to Reproduce:
- Set up Code Connect CLI mapping for Angular component using @figma/code-connect/html
- Successfully publish mapping with figma connect publish (no errors)
- Verify connection shows in Figma Dev Mode with "connected" label
- Select connected component in Dev Mode
- Call get-design-context from MCP server
Expected Result:
MCP server should return Angular component code (e.g., ) as defined in Code Connect mapping.
Actual Result:
MCP server returns generic React/Tailwind HTML instead of the mapped Angular component code.
Environment:
- Code Connect CLI: v1.3.9
- Figma: v125.9.10
- Framework: Angular
- Code Connect mapping language: HTML
- OS: macOS
Additional Context:
Code Connect mapping works correctly in Figma UI (shows connected Angular code)
Issue occurs for both individual component selection and frame-level selections
Mapping successfully published and visible in Dev Mode
Node mapping confirmed: 3:2230 → custom-select from @components/custom-select
ki-ichino-nec and mogohuu