Skip to content
VS Code

humanizer-ru for VS Code

io.github.vladimir-human/humanizer-ru

Гигиена вставки из чата для русского текста: детерминированно, офлайн, флаги с причиной и советом.

client:VS Code transport:stdio runtime:pypi

Install humanizer-ru in VS Code

.vscode/mcp.json

{
  "servers": {
    "humanizer-ru": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "humanizer-ru"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

humanizer-ru in other clients