For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Fixed
- Contact Resolution Validation — Contact resolution endpoints now return validation errors correctly instead of failing unpredictably.
- Memory API Feature Gating — Memory API routes now return
403 Forbidden when access is blocked by feature gating instead of leaking a generic not-found response.
- OpenAPI Schema Titles — Schema titles are now aligned with component keys, improving generated client compatibility.
Security
- Removed legacy unauthenticated MCP server endpoints.