
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@lastest/mcp-server
Advanced tools
MCP server for Lastest visual regression testing platform — lets AI agents run tests, review diffs, and manage baselines
Model Context Protocol server for Lastest — lets AI agents (Claude Code, Claude Desktop, Cursor, Cline, Windsurf, …) drive a Lastest visual regression testing instance directly.
With this MCP server an agent can:
claude mcp add lastest -- npx -y @lastest/mcp-server@latest \
--url https://your-lastest-instance \
--api-key YOUR_API_KEY
Verify: claude mcp list
Add to claude_desktop_config.json (or ~/.cursor/mcp.json):
{
"mcpServers": {
"lastest": {
"command": "npx",
"args": [
"-y",
"@lastest/mcp-server@latest",
"--url",
"https://your-lastest-instance",
"--api-key",
"YOUR_API_KEY"
]
}
}
}
Restart the client.
lastest-mcp --url <url> --api-key <key>
Both flags are required. Communicates over stdio.
| Category | Tools |
|---|---|
| Repositories | list_repos, get_repo |
| Tests | list_tests, get_test, create_test, update_test, delete_test, heal_test |
| Functional areas | list_areas, create_area, list_tests_by_area |
| Builds & runs | create_build, get_build, list_builds, get_run |
| Diffs | get_diff, approve_diff, reject_diff, approve_all_diffs |
| Jobs | get_active_jobs, get_job |
| Coverage | get_coverage |
All tools return a structured { status, summary, actionRequired?, details } payload.
The server authenticates against Lastest's REST API (/api/v1/*) with a Bearer token. Manage and revoke keys from Settings → Runners & API Access in the Lastest UI.
| Symptom | Fix |
|---|---|
Failed to connect to Lastest at … | Check the URL is reachable from this machine and that the API key is valid. |
Lastest API error 401 | Token revoked or expired — generate a new one in Settings. |
| Tools don't appear in Claude Code | Run claude mcp list; if missing re-run claude mcp add. Restart the client. |
git clone https://github.com/las-team/lastest
cd lastest/packages/mcp-server
pnpm install
pnpm dev -- --url http://localhost:3000 --api-key <key>
FSL-1.1-ALv2
FAQs
MCP server for Lastest visual regression testing platform — lets AI agents run tests, review diffs, and manage baselines
The npm package @lastest/mcp-server receives a total of 27 weekly downloads. As such, @lastest/mcp-server popularity was classified as not popular.
We found that @lastest/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.