This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates 1.28.0, level, and additionalVariables across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds wopee_fetch_variables tool to read runtime variables at project or analysis level. Adds wopee_fetch_variables tool to read runtime variables at project or analysis level. Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Medium |
Adds wopee_update_variables tool to upsert runtime variables at project or analysis level. Adds wopee_update_variables tool to upsert runtime variables at project or analysis level. Source: llm_adapter@2026-07-13 Confidence: high |
— |
Full changelog
1.28.0 (2026-07-13)
Features
add wopee_fetch_variables tool(341a98e)
New MCP tool to read run-time variables (additionalVariables) at either
level via the new api-key read paths:
- level: PROJECT reads project-level variables using WOPEE_PROJECT_UUID.
- level: ANALYSIS reads a suite's variables (requires suiteUuid).
Adds the VariableLevel enum, the FetchProjectVariables / FetchSuiteVariables
GraphQL queries, and registers the tool. Returns the raw JSON string array
(or [] when unset).
Part of epic #4148. Closes #4151.
Co-Authored-By: Claude Opus 4.8 [email protected]
add wopee_update_variables tool(6ffce68)
New MCP tool to upsert run-time variables (additionalVariables) at either
level via the new api-key write paths:
- level: PROJECT writes project-level variables using WOPEE_PROJECT_UUID.
- level: ANALYSIS writes a suite's variables (requires suiteUuid).
Merge semantics are enforced server-side: keys in variables[] are added or
overwritten, existing keys are preserved. Lifts AdditionalVariableSchema into
shared/schemas.ts (reused by wopee_dispatch_analysis), adds the
UpdateProjectVariables / UpdateSuiteVariables mutations, and registers the tool.
Part of epic #4148. Closes #4152.
Co-Authored-By: Claude Opus 4.8 [email protected]
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
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.
Related context
Beta — feedback welcome: [email protected]