Skip to content
VS Code

datoon for VS Code

io.github.andrii-su/datoon

Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.

client:VS Code transport:stdio runtime:pypi

Install datoon in VS Code

.vscode/mcp.json

{
  "servers": {
    "datoon": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "datoon"
      ]
    }
  }
}

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

datoon in other clients