cool workflow for VS Code
io.github.coo1white/cool-workflow
Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.
client:VS Code
transport:stdio
runtime:npm
Install cool workflow in VS Code
.vscode/mcp.json
{
"servers": {
"cool-workflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs