Multiple security schemes alongside OAuth and health check improvements
This release adds support for multiple security schemes alongside OAuth on public servers and improves server health check reliability.
Features
Multiple security schemes with public OAuth#2023 - Added support for multiple security schemes even when OAuth servers are configured on public servers. (Author: @qstearns )
Improved server health checks#2018 - Moved control server initialization after all routes and middleware are attached, and added a
endpoint to the main API mux so the control server can verify the API is actually serving traffic before reporting healthy. (Author: @disintegrator )
Bug fixes
Align built-in MCP detail page header#2013 - Aligned the built-in MCP detail page header and install section with the standard MCP detail page styling. (Author: @adaam2 )