streamparse for VS Code
io.github.mukundakatta/streamparse
Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.
client:VS Code
transport:stdio
runtime:npm
Install streamparse in VS Code
.vscode/mcp.json
{
"servers": {
"streamparse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/streamparse-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs