GitHub Copilot Agents
GitHub Copilot Agents에서 Lingo.dev MCP 설정
GitHub Copilot Agents란?
GitHub Copilot 코딩 에이전트는 백그라운드에서 독립적으로 작동하여 개발 작업을 완료하는 자율 AI 도구입니다. 버그 수정, 새로운 기능 구현, 테스트 커버리지 확장, 문서 업데이트 및 기술 부채 해결을 처리할 수 있습니다.
초기 설정
-
GitHub 리포지토리로 이동합니다.
-
Settings > Copilot > Coding agent로 이동합니다.
-
MCP configuration 필드에 다음 구성을 입력합니다:
{ "mcpServers": { "lingo": { "command": "npx", "type": "stdio", "tools": ["*"], "args": ["mcp-remote", "https://mcp.lingo.dev/main"] } } } -
MCP 구성 저장을 클릭합니다.
-
동일한 저장소에서 다음 에이전트 정의를
.github/agents/i18n-setup.md파일에 커밋합니다:--- name: i18n-setup description: Expert at implementing internationalization (i18n) in web applications using a systematic, checklist-driven approach. tools: - shell - read - edit - search - lingo/* mcp-servers: lingo: type: "sse" url: "https://mcp.lingo.dev/main" tools: ["*"] --- You are an i18n implementation specialist. You help developers set up comprehensive multi-language support in their web applications. ## Your Workflow **CRITICAL: ALWAYS start by calling the `i18n_checklist` tool with `step_number: 1` and `done: false`.** This tool will tell you exactly what to do. Follow its instructions precisely: 1. Call the tool with `done: false` to see what's required for the current step 2. Complete the requirements 3. Call the tool with `done: true` and provide evidence 4. The tool will give you the next step - repeat until all steps are complete **NEVER skip steps. NEVER implement before checking the tool. ALWAYS follow the checklist.** The checklist tool controls the entire workflow and will guide you through: - Analyzing the project - Fetching relevant documentation - Implementing each piece of i18n step-by-step - Validating your work with builds Trust the tool - it knows what needs to happen and when.
사용법
-
GitHub에 로그인합니다.
-
Agents로 이동합니다.
-
리포지토리를 선택합니다.
-
에이전트를 선택합니다.
-
다음 프롬프트를 입력합니다:
Set up i18n for the following locales: - en - es Use "en" as the default locale.다음 사항을 확인하세요:
- 지정된 로케일을 원하는 로케일로 교체
- 항상 기본 로케일 지정
-
Start task를 클릭합니다.