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.
Added
- MCP Server: Secure Remote Deployments — You can now configure transport-level security when running the MCP Server in Docker or on a remote host with SSE transport, giving you control over who can connect.
Fixed
- Failed Message Errors Now Visible — When an agent marks a message as failed, the error details now propagate correctly to the platform. Previously, error strings could be empty.
Security
- Dependency Updates — Updated minimum dependency versions across the Python SDK and MCP Server to address two vulnerabilities:
langchain-core bumped to >=1.2.5 (CVE fix) and MCP SDK bumped to >=1.23.0 (DNS rebinding fix for SSE transport). Run uv lock --upgrade to pick up the patched versions.