← Back to Plugins
MCP Server MCP

io.github.las-team/lastest

github By github 👁 1 views ▲ 0 votes

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

Homepage Verified source GitHub

Install

npx -y @lastest/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lastest/mcp-server",
      "version": "0.3.7",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "URL of your Lastest instance (e.g. https://lastest.example.com)",
          "isRequired": true,
          "format": "string",
          "type": "named",
          "name": "--url"
        },
        {
          "description": "API key from Settings → Runners & API Access",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "type": "named",
          "name": "--api-key"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...