← Back to Plugins
MCP Server MCP

io.github.deckflow/deckprobe

github By github 👁 1 views ▲ 0 votes

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

Homepage Verified source GitHub

Install

npx -y @deckflow/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@deckflow/deckprobe-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directories the server is allowed to read, separated like PATH. Unrestricted when unset.",
          "name": "DECKPROBE_MCP_ROOTS"
        },
        {
          "description": "Hard per-call deadline on an engine process, in milliseconds. Defaults to 30000.",
          "name": "DECKPROBE_MCP_TIMEOUT_MS"
        },
        {
          "description": "Maximum engine processes running at once. Defaults to 4.",
          "name": "DECKPROBE_MCP_MAX_CONCURRENCY"
        },
        {
          "description": "Maximum paths accepted by one probe_batch call. Defaults to 64.",
          "name": "DECKPROBE_MCP_MAX_BATCH"
        },
        {
          "description": "Path to a DeckProbe binary to use instead of the bundled one.",
          "name": "DECKPROBE_MCP_BIN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...