slang workflows for VS Code
io.github.shofer-dev/slang-workflows
Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).
client:VS Code
transport:stdio
runtime:npm
Install slang workflows in VS Code
.vscode/mcp.json
{
"servers": {
"slang-workflows": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slang-workflows"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs