tsbootstrap for Zed
io.github.astrogilda/tsbootstrap
Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.
client:Zed
transport:stdio
runtime:pypi
Install tsbootstrap in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"tsbootstrap"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs