config: .gitignore + .mcp.json + .claude/settings.json 갱신

- .gitignore : forex/ 추가 (session workspace, 작업 흐름 trace, push X 사용자 결정 2026-05-08).
- .mcp.json : figma-desktop MCP endpoint sse → http (localhost:3845/mcp).
- .claude/settings.json : 권한 list 갱신 (200+ 새 entry).
  GitHub PAT 가 박혀 있던 5 줄 *제거* (curl Authorization Bearer 줄)
  — Bash 권한 history 잔여, 인증 token 으로 사용 X.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 09:41:19 +09:00
parent 9fbe3ac90c
commit 2b56a4c979
3 changed files with 289 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{
"mcpServers": {
"figma-desktop": {
"type": "sse",
"url": "http://127.0.0.1:3845/sse"
"type": "http",
"url": "http://127.0.0.1:3845/mcp"
}
}
}