Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-07 18:49:18 +04:00
3 changed files with 20 additions and 2 deletions

View File

@@ -2,6 +2,24 @@
<!-- version list -->
## v7.8.1 (2025-10-07)
### Bug Fixes
- Updated model description to fix test
([`04f7ce5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/04f7ce5b03804564263f53a765931edba9c320cd))
### Chores
- Sync version to config.py [skip ci]
([`c27e81d`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/c27e81d6d2f22978816f798a161a869d1ab5f025))
### Refactoring
- Moved registries into a separate module and code cleanup
([`7c36b92`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/7c36b9255a13007a10af4fadefc21aadfce482b0))
## v7.8.0 (2025-10-07)
### Chores

View File

@@ -14,7 +14,7 @@ from utils.env import get_env
# These values are used in server responses and for tracking releases
# IMPORTANT: This is the single source of truth for version and author info
# Semantic versioning: MAJOR.MINOR.PATCH
__version__ = "7.8.0"
__version__ = "7.8.1"
# Last update date in ISO format
__updated__ = "2025-10-07"
# Primary maintainer

View File

@@ -1,6 +1,6 @@
[project]
name = "zen-mcp-server"
version = "7.8.0"
version = "7.8.1"
description = "AI-powered MCP server with multiple model providers"
requires-python = ">=3.9"
dependencies = [