v4.14.7.1
labring/FastGPTv4.14.7.1Feb 24, 2026by c121914yu
AI Summary
Maintenance release focused on MCP compatibility improvements and documentation updates. Removed obsolete plugins.
Key Highlights
- Fixed MCP JSON Schema type validation for non-standard types
- Fixed MCP new SDK compatibility - multiple connections issue when calling same service repeatedly
- Removed obsolete llm-ChatGLM2 and llm-Baichuan2 plugins
- Various documentation updates
New Features
- MCP JSON Schema validation relaxation
- MCP SDK connection reuse fix
Full Release Notes
## 变更说明 1. 兼容 MCP 中 JSON Schema type 类型不在枚举类型里。 2. 修复 MCP 新 SDK 兼容问题:连续调用同一个 MCP 服务时,多次连接导致报错。 ## What's Changed * doc by @c121914yu in https://github.com/labring/FastGPT/pull/6419 * doc by @c121914yu in https://github.com/labring/FastGPT/pull/6421 * yml by @c121914yu in https://github.com/labring/FastGPT/pull/6422 * Update README.md by @c121914yu in https://github.com/labring/FastGPT/pull/6423 * Update README.md by @c121914yu in https://github.com/labring/FastGPT/pull/6424 * remove invalid log by @c121914yu in https://github.com/labring/FastGPT/pull/6425 * update action by @c121914yu in https://github.com/labring/FastGPT/pull/6426 * Update docker.mdx by @c121914yu in https://github.com/labring/FastGPT/pull/6427 * add AsyncLocalStorage import by @c121914yu in https://github.com/labring/FastGPT/pull/6428 * doc by @c121914yu in https://github.com/labring/FastGPT/pull/6429 * doc by @c121914yu in https://github.com/labring/FastGPT/pull/6430 * url by @c121914yu in https://github.com/labring/FastGPT/pull/6431 * docs: sync English README with Chinese version by @c121914yu in https://github.com/labring/FastGPT/pull/6432 * docs: English README translation (aligned with Chinese) by @c121914yu in https://github.com/labring/FastGPT/pull/6435 * fix(i18n): optimize English translations for product-appropriate language by @c121914yu in https://github.com/labring/FastGPT/pull/6436 * chore(deps): bump tar from 7.5.7 to 7.5.9 in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6447 * cleanup: remove obsolete llm-ChatGLM2 and llm-Baichuan2 plugins by @stakeswky in https://github.com/labring/FastGPT/pull/6444 * fix: relax MCP tool JSON Schema Zod validation to handle non-standard types by @c121914yu in https://github.com/labring/FastGPT/pull/6455 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.7...v4.14.7.1