io.github.las-team/lastest✓
io.github.las-team/lastest · v0.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.las-team/lastest",
"description": "Run visual regression tests, review diffs, and manage baselines on a Lastest instance.",
"repository": {
"url": "https://github.com/las-team/lastest",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.2.2",
"websiteUrl": "https://github.com/las-team/lastest/wiki/MCP-Server",
"packages": [
{
"registryType": "npm",
"identifier": "@lastest/mcp-server",
"version": "0.2.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}