Skip to content

v2.1.0

Choose a tag to compare

@leggetter leggetter released this 27 Mar 14:09
· 6 commits to main since this release
a0060d0

Summary

This release improves Event Gateway MCP project context in tool descriptions and responses, and lets you pause or unpause connections by name or ID from both the CLI and MCP tools.

New features

CLI

  • hookdeck connection pause and hookdeck connection unpause accept a connection name or ID, with the same resolution behavior (ID lookup, then list-by-name) (#277).

Event Gateway MCP

  • Clearer active project context in tool descriptions and static help (#274).
  • JSON tool responses include active project metadata: active_project_org and short project name where applicable (#274).
  • hookdeck_connections get, pause, and unpause accept name or ID with the same resolution rules as the CLI (#277).

Full Changelog: v2.0.2...v2.1.0