Skip to content

Wopee-io/wopee-mcp

v1.26.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 29d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Removed false "artifact must exist" prerequisite for wopee_update_artifact, fixing wasteful generateArtifact calls.

Full changelog

1.26.1 (2026-05-06)

Bug Fixes

**wopee_update_artifact:**drop false "artifact must exist" prerequisite(a47f4e9), closesautonomous-testing/backlog#3986
The tool description claimed the target artifact had to be pre-generated via
wopee_generate_artifact, which forced callers to insert a wasteful
generateArtifact call before any "bring-your-own-content" upload.

The server-side updateArtifact resolver in wopee-repos/api has no existence
check — it routes by ArtifactType to S3 or GitHub storage and writes content
directly. Artifacts are blob storage, not Neo4j nodes, so there is no
existence relationship to enforce. The resolver is already a
create-or-overwrite. The MCP description was simply wrong.

Reword the description to:

  • frame the tool as create-or-overwrite for caller-supplied content;
  • explicitly state it works on freshly-created blank suites;
  • clarify the split with wopee_generate_artifact (AI-authored vs caller-supplied);
  • replace "missing artifact" failure mode with "storage misconfiguration".

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Wopee-io/wopee-mcp

Get notified when new releases ship.

Sign up free

About Wopee-io/wopee-mcp

Autonomous testing for web apps — dispatch AI agents that open real browsers, execute test cases, and report pass/fail with screenshots. Generate user stories, test cases, and Playwright code from your app context. 8 tools for end-to-end test automation.

All releases →

Beta — feedback welcome: [email protected]