Skip to content

Commit e676acc

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 28e80aa + bc4a27b commit e676acc

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
<!-- version list -->
44

5+
## v7.0.0 (2025-10-05)
6+
7+
### Chores
8+
9+
- Sync version to config.py [skip ci]
10+
([`0d46976`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/0d46976a8aa85254e4dbe06f5e71161cd3b13938))
11+
12+
- Sync version to config.py [skip ci]
13+
([`8296bf8`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8296bf871c39597a904c70e7d98c72fcb4dc5a84))
14+
15+
### Documentation
16+
17+
- Instructions for OpenCode
18+
([`bd66622`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bd666227c8f7557483f7e24fb8544fc0456600dc))
19+
20+
- Updated intro
21+
([`615873c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/615873c3db2ecf5ce6475caa3445e1da9a2517bd))
22+
23+
### Features
24+
25+
- Huge update - Link another CLI (such as `gemini` directly from with Claude Code / Codex).
26+
https://github.com/BeehiveInnovations/zen-mcp-server/issues/208
27+
([`a2ccb48`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/a2ccb48e9a5080a75dbfd483b5f09fc719c887e5))
28+
29+
### Refactoring
30+
31+
- Fixed test
32+
([`9c99b9b`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/9c99b9b35219f54db8d7be0958d4390a106631ae))
33+
34+
- Include file modification dates too
35+
([`47973e9`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/47973e945efa2cdbdb8f3404d467d7f1abc62b0a))
36+
37+
538
## v6.1.0 (2025-10-04)
639

740
### Chores

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# These values are used in server responses and for tracking releases
1515
# IMPORTANT: This is the single source of truth for version and author info
1616
# Semantic versioning: MAJOR.MINOR.PATCH
17-
__version__ = "6.1.0"
17+
__version__ = "7.0.0"
1818
# Last update date in ISO format
1919
__updated__ = "2025-10-05"
2020
# Primary maintainer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zen-mcp-server"
3-
version = "6.1.0"
3+
version = "7.0.0"
44
description = "AI-powered MCP server with multiple model providers"
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)