|Labs
デモを予約プラットフォーム
React (Lingo Compiler)
Alpha
React MCP
React (i18n)旧CLI(v0)
非推奨

Lingo.dev React MCP

  • 仕組み
  • セットアップ

AIエージェント

  • Claude Code
  • Cursor
  • GitHub Copilot Agents
  • Codex(OpenAI)

GitHub Copilot Agents

GitHub Copilot coding agentは、バックグラウンドで開発タスクを自律的に進め、プルリクエストを提案するAIツールです。リポジトリ設定からMCPサーバーを利用できます。

セットアップ#

1

MCPサーバーを設定する

リポジトリのSettings > Copilot > Coding agentを開きます。MCP configurationフィールドに、以下を入力します。

json
{
  "mcpServers": {
    "lingo": {
      "command": "npx",
      "type": "stdio",
      "tools": ["*"],
      "args": ["mcp-remote", "https://mcp.lingo.dev/main"]
    }
  }
}

Save MCP configurationをクリックします。

2

エージェント定義を追加する

以下のファイルを、リポジトリ内の.github/agents/i18n-setup.mdにコミットします。

markdown
---
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.**

使い方#

  1. Copilot Agentsを開きます
  2. リポジトリとi18n-setupエージェントを選択します
  3. プロンプトを入力します。
text
Set up i18n for the following locales:

- en
- es

Use "en" as the default locale.
  1. Start taskをクリックします

エージェントがバックグラウンドで処理を進め、i18n実装一式を含むプルリクエストを作成します。

次のステップ#

仕組み
MCPサーバーでできること
Claude Code
Claude Codeでセットアップする
Cursor
Cursorでセットアップする
Codex (OpenAI)
Codexでセットアップする

このページは役に立ちましたか?

Max PrilutskiyMax Prilutskiy·更新済み 4か月前·1分で読めます