Skip to content

Releases: BeehiveInnovations/zen-mcp-server

v5.17.4

02 Oct 13:25
Compare
Choose a tag to compare

v5.17.4 (2025-10-02)

Chores

  • Sync version to config.py [skip ci] (a6c9b92)

Detailed Changes: v5.17.3...v5.17.4

v5.17.3

02 Oct 10:58
Compare
Choose a tag to compare

v5.17.3 (2025-10-02)

Chores

  • Sync version to config.py [skip ci] (722f6f8)

Detailed Changes: v5.17.2...v5.17.3

v5.17.2

02 Oct 09:50
Compare
Choose a tag to compare

v5.17.2 (2025-10-02)

Chores

  • Sync version to config.py [skip ci] (e47a7e8)

Detailed Changes: v5.17.1...v5.17.2

v5.17.1

02 Oct 09:05
Compare
Choose a tag to compare

v5.17.1 (2025-10-02)

Bug Fixes

  • Baseclass should return MODEL_CAPABILITIES (82a03ce)

Chores

  • Sync version to config.py [skip ci] (7ce66bd)

Documentation

  • Document custom timeout values (218fbdf)

Refactoring

  • Clean temperature inference (9c11ecc)

  • Cleanup (6ec2033)

  • Cleanup provider base class; cleanup shared responsibilities; cleanup public contract (693b84d)

  • Cleanup token counting (7fe9fc4)

  • Code cleanup (bb138e2)

  • Code cleanup (182aa62)

  • Moved image related code out of base provider into a separate utility (14a35af)

  • Moved temperature method from base provider to model capabilities (6d237d0)

  • Moved temperature method from base provider to model capabilities (f461cb4)

  • Removed hard coded checks, use model capabilities instead (250545e)

  • Removed hook from base class, turned into helper static method instead (2b10adc)

  • Removed method from provider, should use model capabilities instead (a254ff2)

  • Renaming to reflect underlying type (1dc25f6)


Detailed Changes: v5.17.0...v5.17.1

v5.17.0

02 Oct 02:02
Compare
Choose a tag to compare

v5.17.0 (2025-10-02)

Bug Fixes

  • Use types.HttpOptions from module imports instead of local import (956e8a6)

Chores

  • Sync version to config.py [skip ci] (0836213)

Code Style

  • Apply Black formatting to use double quotes (33ea896)

Features

  • Add custom Gemini endpoint support (462bce0)

Refactoring

  • Simplify Gemini provider initialization using kwargs dict (023940b)

Detailed Changes: v5.16.0...v5.17.0

v5.16.0

01 Oct 19:09
Compare
Choose a tag to compare

v5.16.0 (2025-10-01)

Bug Fixes

  • Resolve logging timing and import organization issues (d34c299)

Chores

  • Sync version to config.py [skip ci] (b6c4bca)

Code Style

  • Fix ruff import sorting issue (4493a69)

Features

  • Add configurable environment variable override system (93ce698)

Detailed Changes: v5.15.0...v5.16.0

v5.15.0

01 Oct 18:40
Compare
Choose a tag to compare

v5.15.0 (2025-10-01)

Chores

  • Sync version to config.py [skip ci] (b0fe956)

Features

  • Depending on the number of tools in use, this change should save ~50% of overall tokens used. fixes #255 but also refactored individual tools to instead encourage the agent to use the listmodels tool if needed. (d9449c7)

Performance Improvements

  • Tweaks to schema descriptions, aiming to reduce token usage without performance degradation (cc8a4df)

Refactoring


Detailed Changes: v5.14.1...v5.15.0

v5.14.1

01 Oct 16:24
Compare
Choose a tag to compare

v5.14.1 (2025-10-01)

Bug Fixes

Chores

  • Sync version to config.py [skip ci] (692016c)

Detailed Changes: v5.14.0...v5.14.1

v5.14.0

01 Oct 16:01
Compare
Choose a tag to compare

v5.14.0 (2025-10-01)

Chores

  • Sync version to config.py [skip ci] (c0f822f)

Features

  • Add Claude Sonnet 4.5 and update alias configuration (95c4822)

Testing

  • Update tests to match new Claude Sonnet 4.5 alias configuration (7efb409)

Detailed Changes: v5.13.0...v5.14.0

v5.13.0

01 Oct 15:52
Compare
Choose a tag to compare

v5.13.0 (2025-10-01)

Bug Fixes

  • Add sonnet alias for Claude Sonnet 4.1 to match opus/haiku pattern (dc96344)

  • Missing "optenai/" in name (7371ed6)

Chores

  • Sync version to config.py [skip ci] (b8479fc)

Features

  • Add comprehensive GPT-5 series model support (4930824)

Detailed Changes: v5.12.1...v5.13.0