schema gen for VS Code
io.github.sharozdawa/schema-gen
Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.
client:VS Code
transport:stdio
runtime:npm
Install schema gen in VS Code
.vscode/mcp.json
{
"servers": {
"schema-gen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-gen-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs