Merge remote-tracking branch 'origin/main'
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -2,6 +2,19 @@
|
||||
|
||||
<!-- version list -->
|
||||
|
||||
## v9.2.2 (2025-11-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **build**: Include clink resources in package
|
||||
([`e9ac1ce`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/e9ac1ce3354fbb124a72190702618f94266b8459))
|
||||
|
||||
### Chores
|
||||
|
||||
- Sync version to config.py [skip ci]
|
||||
([`749bc73`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/749bc7307949fa0b0e026bfcfbd546d7619eba8b))
|
||||
|
||||
|
||||
## v9.2.1 (2025-11-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -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__ = "9.2.1"
|
||||
__version__ = "9.2.2"
|
||||
# Last update date in ISO format
|
||||
__updated__ = "2025-11-18"
|
||||
# Primary maintainer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "zen-mcp-server"
|
||||
version = "9.2.1"
|
||||
version = "9.2.2"
|
||||
description = "AI-powered MCP server with multiple model providers"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
@@ -18,7 +18,11 @@ include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*"
|
||||
py-modules = ["server", "config"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["conf/*.json"]
|
||||
"*" = [
|
||||
"conf/*.json",
|
||||
"conf/cli_clients/*.json",
|
||||
"systemprompts/clink/*.txt",
|
||||
]
|
||||
|
||||
[tool.setuptools.data-files]
|
||||
"conf" = [
|
||||
|
||||
Reference in New Issue
Block a user