Skip to content
VS Code

Laya Typed Decisions for VS Code

io.github.perrylink/laya-mcp

Typed noul / choice / score judgments from a local Laya model, with token-budget preflight.

client:VS Code transport:stdio runtime:npm

Install Laya Typed Decisions in VS Code

.vscode/mcp.json

{
  "servers": {
    "laya-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "laya-mcp"
      ]
    }
  }
}

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

Laya Typed Decisions in other clients