bizdays for Zed
io.github.qinisolabs/bizdays
Verified business-day math for AI agents: holidays + per-country weekends, not guesses.
client:Zed
transport:stdio
runtime:npm
Install bizdays in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bizdays": {
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs