bizdays for VS Code
io.github.qinisolabs/bizdays
Verified business-day math for AI agents: holidays + per-country weekends, not guesses.
client:VS Code
transport:stdio
runtime:npm
Install bizdays in VS Code
.vscode/mcp.json
{
"servers": {
"bizdays": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qinisolabs/bizdays"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs