This release adds 7 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdds tools to access full history of testing metrics and execution logs.
Full changelog
Summary
- Adds new tools to allow agents to access full history of testing metrics and execution logs
| Tool | Description |
| ------------------------------------- | -------------------------------------------------------------------------- |
| currents-get-projects | Retrieves a list of all projects available. |
| currents-get-run-details | Retrieves details of a specific test run. |
| currents-get-spec-instances | Retrieves debugging data a specific execution of a test spec file. |
| currents-get-spec-files-performance | Retrieves spec file historical performance metrics for a specific project. |
| currents-get-tests-performance | Retrieves test historical performance metrics for a specific project. |
| currents-get-tests-signatures | Retrieves a test signature by its spec file name and test name. |
| currents-get-test-results | Retrieves debugging data from test results of a test by its signature. |
Use cases
The new tools should support use cases such as:
- "Please fix this test?" (Agent should retrieve last execution data just by knowing the test name and spec filename)
- "What were the top flaky tests in the last 30 days?" (Agent should retrieve test metrics from all projects in the date range)
- "What were the slowest specs in the last 7 days?" (Agent should retrieve spec metrics from all projects in the date range)
- "Please fix all my flaky tests" (Agent should investigate which tests are flaky, create a plan and execute it)
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 currents-dev/currents-mcp
All releases →Related context
Beta — feedback welcome: [email protected]