← Back to Plugins
MCP Server MCP

io.github.shunyagatha/vecline

github By github 👁 1 views ▲ 0 votes

Local-first image, vector and document toolkit that measures its own output. Nothing uploaded.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vecline",
      "version": "2.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Starts the MCP server. `vecline` is a full toolkit; `mcp` is the subcommand that speaks JSON-RPC over stdio.",
          "isRequired": true,
          "value": "mcp",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional. Path to a LibreOffice `soffice` binary, used only by the Office conversion tools. Left unset, they are auto-detected; if LibreOffice is absent the affected tools report themselves as unavailable rather than failing.",
          "format": "filepath",
          "name": "VECLINE_SOFFICE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...