|Labs
Rezervovat demoPlatforma
React (Lingo Compiler)
Alpha
React (MCP)
React (i18n)Legacy CLI (v0)
Zastaralé

Lingo.dev React MCP

  • Jak to funguje
  • Nastavení

AI agenti

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

GitHub Copilot Agents

GitHub Copilot coding agent je autonomní AI nástroj, který na pozadí plní vývojové úkoly a navrhuje pull requesty. MCP servery podporuje přes nastavení repozitáře.

Nastavení#

1

Nakonfigurujte MCP server

V repozitáři přejděte do Settings > Copilot > Coding agent. Do pole MCP configuration zadejte:

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

Klikněte na Save MCP configuration.

2

Přidejte definici agenta

Commitněte následující soubor do .github/agents/i18n-setup.md ve svém repozitáři:

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

Použití#

  1. Přejděte do Copilot Agents
  2. Vyberte svůj repozitář a agenta i18n-setup
  3. Zadejte prompt:
text
Set up i18n for the following locales:

- en
- es

Use "en" as the default locale.
  1. Klikněte na Start task

Agent poběží na pozadí a otevře pull request s kompletní implementací i18n.

Další kroky#

Jak to funguje
Co MCP server zajišťuje
Claude Code
Nastavte to raději v Claude Code
Cursor
Nastavte to raději v Cursor
Codex (OpenAI)
Nastavte to raději v Codex

Byla tato stránka užitečná?

Max PrilutskiyMax Prilutskiy·Aktualizováno před 4 měsíci·1 min čtení