Skip to content

Releases: currents-dev/currents-mcp

v2.2.4

27 Jan 02:03
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Update README

v2.2.3

27 Jan 01:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Update documentation

v2.2.1

27 Jan 01:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Updating README

v2.2.0

27 Jan 01:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

2.2.0 (2026-01-27)

Bug Fixes

  • address PR feedback - add validation, constraints, and handle 204 responses (9ae2f01)
  • limit validation rules (ca6f2d8)
  • use the pagination query param, initially set to false the has more variable (bcb7997)

Features

  • add full OpenAPI parity with Actions and Runs management APIs (c479220)
  • api parity for webhooks api, fixes webhooks api (#37) (f646f7c), closes #38
  • new tool to get list of runs (9e14e53)

v2.0.0

17 Sep 05:21
Immutable release. Only release title and notes can be modified.
152f4fb

Choose a tag to compare

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)