Skip to content

v1.1.0

Latest

Choose a tag to compare

@yarivg yarivg released this 27 May 09:25
87c74fe

πŸš€ Release 1.1.0 β€” envzero MCP Server

Two new tools for inspecting deployment history from your AI assistant.

✨ New tools

  • search-deployments (#42) β€” list past deployments of an environment, filterable by status.
  • get-deployment-context (#44) β€” pull metadata, step summaries, and the failing step's log for a specific deployment.

πŸ’¬ How to use

Just ask in chat:

  • "Show me the last few failed deployments on environment X."
  • "Why did deployment ABC fail?"

The assistant chains the two tools β€” finds the deployment, then fetches its failure log.

Full Changelog: 1.0.0...1.1.0