# MCP Identity Gateway 1.32.5006 release

Aembit has released [MCP Identity Gateway](/user-guide/deploy-install/mcp-identity-gateway) version 1.32.5006.

For the latest available versions of these components, see the [Edge Components Supported Versions](/reference/edge-components/edge-component-supported-versions) page.

Key Updates:

* **MCP ping support**: The Gateway now supports the MCP `ping` method, responding to client connection-health checks per the MCP specification.
* **Authorization chain in workload events**: MCP Identity Gateway workload events now include an ordered authorization chain, the ordered list of authorization-event context IDs behind each request. The chain spans both sides of the proxied connection, carried from the access token on the agent-to-Gateway side and forward through the directive and credential calls on the Gateway-to-MCP-server side, so you can confirm both belong to the same logical request. Take any context ID from the chain and filter your authorization events on it to trace a request end-to-end, from the traffic you observe back to the token, directive, and credential decisions that allowed it.
* **Microsoft Copilot Studio compatibility**: Fixed an issue where some tools could fail to load for Microsoft Copilot Studio clients.
* **Health endpoint status**: The Gateway’s health endpoint now returns an HTTP 503 status when the Gateway is unhealthy, so orchestrators and load balancers can detect an unhealthy Gateway accurately.
* **More reliable session timing**: Session lifetimes now track wall-clock time, so sessions expire and renew correctly across events such as a host suspend and resume.