Fullbleed PDF Engine for VS Code
io.github.fullbleed-engine/fullbleed-mcp
Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.
client:VS Code
transport:stdio
runtime:pypi
Install Fullbleed PDF Engine in VS Code
.vscode/mcp.json
{
"servers": {
"fullbleed-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fullbleed-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs