Skip to content

v1.0.35

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 14:35
6043a1f

Summary

This release hardens MCPHub's reliability and interoperability. Upstream OAuth servers now reconnect cleanly after reauthorization, and on-demand server settings (startOnDemand/idleTimeoutMs) are correctly persisted when running in database mode. Multipart file uploads are decoded and validated more robustly, and embedding dimensions are only forwarded to models that support them. Smart-routing configuration has also been modernized to provider-neutral field names with automatic migration of legacy persisted values, while existing OPENAI_* environment aliases keep working.

Features

  • use provider-neutral smart routing config names by @atirna in #1133

Fixes

摘要

本版本提升了 MCPHub 的可靠性与互操作性。上游 OAuth 服务器在重新授权后现在可以干净地重连;按需启动的服务器设置(startOnDemand/idleTimeoutMs)在数据库模式下也能被正确持久化。多部分文件上传的解析与校验更加健壮,嵌入向量维度只会转发给支持它们的模型。智能路由配置也已统一为供应商中立的字段命名,并自动迁移历史持久化值,同时保留现有的 OPENAI_* 环境变量别名。

功能

  • 使用供应商中立的智能路由配置命名 by @atirna in #1133

修复

New Contributors

References