feat(mcp): list filter parity for events and requests (v2.3.0)#301
Draft
leggetter wants to merge 2 commits into
Draft
feat(mcp): list filter parity for events and requests (v2.3.0)#301leggetter wants to merge 2 commits into
leggetter wants to merge 2 commits into
Conversation
Expose payload search (body, headers, parsed_query, path), date range after/before params, and remaining CLI list filters on hookdeck_events and hookdeck_requests. Document ISO 8601 date windows and gte/lte mapping for agents; add unit and MCP acceptance smoke tests. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
hookdeck_eventsandhookdeck_requestsMCP list actions to full parity withhookdeck gateway event list/request listbody,headers,parsed_query,path(JSON object or string)id,attempts,cli_id,successful_after/before,last_attempt_after/before); requests (id,created_after/before,ingested_after/before,order_by,dir)*_after/*_beforewith ISO 8601 (maps to APIfield[gte]/field[lte]); do not pass bracket keys in MCP argsTest plan
go test ./...go test -tags=mcp ./test/acceptance/... -run 'TestMCPEventsList_|TestMCPRequestsList_'Release
Merge to
main, then cut v2.3.0 (minor, additive).Made with Cursor