MCP Server
MCP
io.github.las-team/lastest
Run visual regression tests, review diffs, and manage baselines on a Lastest instance.
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
By
Comments
Sign in to leave a comment