structured output agent for VS Code
io.github.mikerawsonnz/structured-output-agent
Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte
client:VS Code
transport:streamable-http
tools:2
Install structured output agent in VS Code
.vscode/mcp.json
{
"servers": {
"structured-output-agent": {
"type": "http",
"url": "https://fastmcp-instructor-72225f.getvda.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs