Skip to content

miguelelgallo/md-to-pdf

v0.2.2MIT

Convert Markdown files with Mermaid diagrams to PDF using a browser renderer.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

md-to-pdfstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/mcp_server/server.py"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "md-to-pdf",
  "version": "0.2.2",
  "description": "Convert Markdown files with Mermaid diagrams to PDF using a browser renderer.",
  "author": {
    "name": "MiguelElGallo",
    "url": "https://github.com/MiguelElGallo"
  },
  "homepage": "https://miguelelgallo.github.io/md-to-pdf/",
  "repository": "https://github.com/MiguelElGallo/md-to-pdf",
  "license": "MIT",
  "keywords": ["markdown", "pdf", "mermaid", "convert", "document"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub