Skip to content

tsconfig inheritance flattener mcp for VS Code

io.github.vola-trebla/tsconfig-inheritance-flattener-mcp

Resolves TypeScript config inheritance chains and returns effective compiler options per file.

client:VS Code transport:stdio runtime:npm

Install tsconfig inheritance flattener mcp in VS Code

.vscode/mcp.json

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

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

tsconfig inheritance flattener mcp in other clients