|Labs
Demo buchenPlattform
React (Lingo Compiler)
Alpha
React (MCP)
React (i18n)Legacy CLI (v0)
Veraltet

Lingo.dev React MCP

  • So funktioniert’s
  • Einrichtung

KI-Agenten

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

GitHub Copilot Agents

Der GitHub Copilot Coding Agent ist ein autonomes KI-Tool, das Entwicklungsaufgaben im Hintergrund ausführt und Pull Requests vorschlägt. MCP-Server werden über die Repository-Einstellungen unterstützt.

Einrichtung#

1

MCP-Server konfigurieren

Gehe in deinem Repository zu Settings > Copilot > Coding agent. Gib im Feld MCP configuration Folgendes ein:

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

Klicke auf Save MCP configuration.

2

Agent-Definition hinzufügen

Committe die folgende Datei in .github/agents/i18n-setup.md in deinem Repository:

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

Verwendung#

  1. Gehe zu Copilot Agents
  2. Wähle dein Repository und den Agenten i18n-setup aus
  3. Gib einen Prompt ein:
text
Set up i18n for the following locales:

- en
- es

Use "en" as the default locale.
  1. Klicke auf Start task

Der Agent arbeitet im Hintergrund und erstellt einen Pull Request mit der vollständigen i18n-Implementierung.

Nächste Schritte#

So funktioniert's
Das stellt der MCP-Server bereit
Claude Code
Stattdessen in Claude Code einrichten
Cursor
Stattdessen in Cursor einrichten
Codex (OpenAI)
Stattdessen in Codex einrichten

War diese Seite hilfreich?

Max PrilutskiyMax Prilutskiy·Aktualisiert vor 4 Monaten·2 Min. Lesezeit