Fuse for VS Code
io.github.litenova-solutions/fuse
Local .NET compiler verification, change impact, and typed wiring for AI agents.
client:VS Code
transport:stdio
runtime:nuget
Install Fuse in VS Code
.vscode/mcp.json
{
"servers": {
"fuse": {
"type": "stdio",
"command": "dnx",
"args": [
"Fuse",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs