chore: Figma MCP 최적화 인프라 세팅#723
Draft
hyejj19 wants to merge 1 commit into
Draft
Conversation
- CLAUDE.md에 Figma MCP 호출 규칙 추가 (5단계 결정론적 순서, 호출 제한) - .claude/settings.json 생성 (figma-mcp-cached + figma-bridge 서버) - DESIGN.md 생성 (디자인 토큰, 컴포넌트 패턴, 레이아웃 원칙) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
Figma MCP rate limit 문제를 해결하고, Figma→Code 파이프라인을 최적화하기 위한 인프라 세팅
변경 사항
get_metadata→get_screenshot→get_code_connect→get_variable_defs→ 코드 생성).claude/settings.json: MCP 서버 설정 추가figma-mcp-cached: mcp-cache 프록시 경유 (rate limit 소비 절감)figma-bridge: WebSocket Plugin Bridge (rate limit 없음)DESIGN.md: 디자인 시스템 명세서 신규 생성tailwind.config.ts+globals.css실제 토큰 값 반영배경
테스트 계획
🤖 Generated with Claude Code