i18n agent action for VS Code
io.github.samyuan1990/i18n-agent-action
An i18n github action for language translate
client:VS Code
transport:stdio
runtime:oci
Install i18n agent action in VS Code
.vscode/mcp.json
{
"servers": {
"i18n-agent-action": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/SamYuan1990/i18n-agent-action:mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs