Parity: currents-mcp ↔ Currents API#110
Merged
miguelangaranocurrents merged 1 commit intomainfrom Mar 25, 2026
Merged
Conversation
…point
- list-affected-tests: fix URL path from /actions/tests/{projectId} to
/actions/tests?projectId=..., rename actionTypes->action_type and
actionId->action_id to match OpenAPI param names
- get-affected-test-executions: fix URL path from
/actions/tests/{projectId}/{signature} to /actions/tests/{signature},
add projectId as query param, replace dir/actionTypes/actionId params
with cursor-based pagination (starting_after, ending_before) per spec
- Add new tool currents-get-affected-test-executions-by-action for
GET /actions/{actionId}/tests endpoint (was missing entirely)
miguelangaranocurrents
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete API parity verification. All 27 endpoints match OpenAPI spec. See PARITY_MATRIX.md for details.
Summary by cubic
Brings
currents-mcptools to full parity with the Currents API OpenAPI spec across 27 endpoints. Adds the missing action-based executions tool and aligns affected-tests endpoints to correct paths and cursor pagination.New Features
currents-get-affected-test-executions-by-actionfor GET /actions/{actionId}/tests with cursor-based pagination.Bug Fixes
list-affected-tests: switched path from /actions/tests/{projectId} to /actions/tests withprojectIdas a query param; renamedactionTypes→action_typeandactionId→action_id; clarified sort bylastSeen.get-affected-test-executions: switched path to /actions/tests/{signature}; addedprojectIdas a query param; replaceddir/actionTypes/actionIdwithstarting_afterandending_before; updated tool description.Written for commit 48bdd76. Summary will update on new commits.