The following issues were found in .cursor/rules/usage-guidelines.mdc and .github/copilot-instructions.md (both files contain identical content):
1. Outdated tool name: #get_code
- Lines 39-40 reference
#get_code and get_code
- The current Figma MCP tool name is
get_design_context
2. Non-existent field name: codeDependencies
- Line 169 and 175 reference a
codeDependencies field from Figma MCP tools
- According to the official docs,
get_code_connect_map returns a source field (component path in codebase), not codeDependencies
- Additionally, the MCP tool's own description uses
codeConnectSrc, which also doesn't match the official docs' source
The following issues were found in
.cursor/rules/usage-guidelines.mdcand.github/copilot-instructions.md(both files contain identical content):1. Outdated tool name:
#get_code#get_codeandget_codeget_design_context2. Non-existent field name:
codeDependenciescodeDependenciesfield from Figma MCP toolsget_code_connect_mapreturns asourcefield (component path in codebase), notcodeDependenciescodeConnectSrc, which also doesn't match the official docs'source