5.60.0
(feat): Add mcp option to page-actions in docs.yml. When set to false, the MCP server
endpoint is disabled, its URL is omitted from llms.txt and agent prompts, and the
“Connect to Claude Code” / “Connect to Cursor” buttons are hidden.
(fix): Add payload-format support for asymmetric webhook signature verification,
allowing the timestamp and other components to be included in the signed
payload. Previously, only the raw body was signed for asymmetric webhooks,
making the timestamp tolerance check ineffective against replay attacks.