Accordion Maestro
YAML-driven test orchestration for hardware validation
Station Tools
Test Runner
Run tests, monitor live execution and step verdicts in real time
Test Results
Browse historical results, measurements, and pass/fail trends
Packages
Discover and manage installed test packages and runner capabilities
YAML Validator
Validate and preview test definition YAML before deploying
Station Config
View and manage this station's runtime configuration
Central Services
APIs
AI Assistant (MCP)
Connect your AI assistant to this station
Select your AI client below for setup instructions.
Run this command once in your terminal to register this station with Claude CLI:
mcp add --transport http maestro-demo-station http://localhost:7004/mcp
Accordion Maestro 1.22.0
What's new
1.22.0
2026-06-25
- Steps support a `log: always|on_fail|on_pass|never` field controlling whether their output is
- written to the live monitor and result log; a non-`always` value propagates into called
- sub-sequences unless a descendant overrides it (FR #75).
- Feedback tools: `maestro_feature_request_update` and `maestro_bug_report_update` can now edit the
- title** (not just status/description) of an existing FR or bug report (FR #69).
- Release changelog is now **file-based**: this `CHANGELOG.md` is synced into the releases table on
- startup, so every deployment reproduces a meaningful changelog (with notes) automatically — no
- manual `POST /api/system/releases` needed (FR #77).
1.21.0
2026-06-14
- Debugger: nested sub-sequence steps now appear in the plan tree.
1.20.0
2026-06-13
- Debugger: live progress feedback during Continue.
1.19.0
2026-06-13
- Debugger: progress feedback in the Debug panel.
1.18.0
2026-06-12
- Debugger integrated into the Test Monitor; standalone debug page retired.