OAuth support for testing in the Playground for Catalog sourced mcp servers and per-user metrics
This release adds OAuth support for external MCP servers in the Playground, per-user metrics and log filtering, and customizable documentation button text on MCP install pages.
Features
- OAuth support for external MCP servers #1323 - Added OAuth authentication support for external MCP servers in the Playground, enabling secure connections to OAuth-protected MCP services. (Author: @simplesagar )
- Per-user metrics and log filtering #1501 - Added a new endpoint to get metrics per user and the ability to filter logs per user. (Author: @tgmendes )
- Chat resolution telemetry #1514 - Added writing of chat resolution telemetry data for tracking conversation outcomes. (Author: @tgmendes )
- Customizable documentation button text #1494 - Added the ability to customize documentation button text on the MCP install page. (Author: @DhashS )
Bug fixes
- OpenAPI parse errors surfaced in UI #1495 - Fixed an issue where OpenAPI parse errors were not surfaced in the UI. (Author: @DhashS )
- Metrics loading with disabled logs #1484 - Fixed an issue with loading metrics when logs are disabled. (Author: @tgmendes )
- MCP server creation with sources but no toolsets #1471 - Fixed an issue preventing MCP server creation when a project has sources but no toolsets. (Author: @simplesagar )