We just shipped an MCP Server via the RWX CLI.
Upgrade to at least version 1.11, and it'll be available via rwx mcp serve.
$ brew upgrade rwx-cloud/tap/rwx$ rwx --versionrwx version v1.11.0
#MCP Tool to Get Test Failures
With RWX, test results are a semantic output. Rather than having to scroll through logs, you can easily see which tests failed in the UI. And now, AI can easily see which tests failed via an MCP tool.
Claude, fix the tests that failed in this CI run
Add RWX to Claude's MCP configuration:
$ claude mcp add rwx -- rwx mcp serve
You can then see it in the list of servers:
$ claude mcp listChecking MCP server health...rwx: rwx mcp serve - ✓ Connected
Here's a snippet from a Claude session that gets a list of tests that failed and fixes them.
> fix the test failures from this run:https://cloud.rwx.com/mint/rwx/runs/df4781e384584db98c3274a84f2bcfc2⏺ I'll help you fix the test failures from that RWX run. Let me firstget the details of the failed tests.⏺ rwx - get_run_test_failures (MCP)(run_urls:["https://cloud.rwx.com/mint/rwx/runs/df4781e384584db98c3274a84f2bcfc2"])⎿ Failed tests:- src/calculator.test.ts… +2 lines (ctrl+r to expand)⏺ Now let me examine the test file and the implementation to understandwhat's failing.
#Demo
Related posts

RWX November 2025 Recap: container image builds, git patching runs, OTEL, and more
At RWX, we use our own product to rapidly prototype, develop, and ship features all the time. Here's what we've built recently...

We deleted our Dockerfiles: a better, faster way to build container images
Two weeks ago, we deleted the Dockerfile for our application, and we deleted the step in our CI pipelines that previously ran docker build.

