Skip to content
VS Code

tsbootstrap for VS Code

io.github.astrogilda/tsbootstrap

Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.

client:VS Code transport:stdio runtime:pypi

Install tsbootstrap in VS Code

.vscode/mcp.json

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

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

tsbootstrap in other clients