Release 0.5.37 — Webex Meetings MCP Server
Released: 2026-07-06 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.37Previous release: 0.5.36
Highlights
0.5.37 adds a new Webex Meetings MCP server and extends the OAuth connector configuration so providers can be wired up from the platform config YAML without requiring a UI restart.
New Features
Webex Meetings MCP server
A new mcp-webex-meetings server gives agents access to Webex Meetings: list recordings, fetch transcripts, search meeting history, and more. Authentication uses the same OAuth connector flow as the existing Webex messaging MCP. The server is included in the umbrella chart under the mcp-server sub-chart with a webex-meetings agent name.
(#2117)
OAuth connector configuration from platform config
OAuth connectors can now be declared in the platform config YAML (PROJECTS_ONBOARDING_CONFIG_PATH) alongside other onboarding providers, making it possible to pre-wire provider credentials at deploy time.
(#2117)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.36.
Upgrade Guide: 0.5.36 → 0.5.37
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.37 \
-f your-values.yaml
