>>> import this
Ivan Prytula
Python Developer
Generate, preview, and download my CV as a themed PDF — or plug it into any MCP client.
#Use it in your MCP client
Pick your client and add the snippet to its MCP configuration.
{
"mcpServers": {
"cv-rest-mcp-server": {
"type": "http",
"url": "https://ivanprytula.dev/mcp"
}
}
}
Config formats change often — verify against the Claude Code docs.
[mcp_servers.cv-rest-mcp-server]
url = "https://ivanprytula.dev/mcp"
Config formats change often — verify against the Codex CLI docs.
{
"mcpServers": {
"cv-rest-mcp-server": {
"url": "https://ivanprytula.dev/mcp"
}
}
}
Config formats change often — verify against the Cursor docs.
{
"mcpServers": {
"cv-rest-mcp-server": {
"httpUrl": "https://ivanprytula.dev/mcp"
}
}
}
Config formats change often — verify against the Gemini CLI docs.
{
"servers": {
"cv-rest-mcp-server": {
"type": "http",
"url": "https://ivanprytula.dev/mcp"
}
}
}
Config formats change often — verify against the VS Code Copilot docs.
#Download CV as PDF
Pick a theme, preview the rendered CV, then download it as a PDF.