File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
5
+ ## v7.0.1 (2025-10-05)
6
+
7
+ ### Bug Fixes
8
+
9
+ - --yolo needed for running shell commands, documentation added
10
+ ([ ` 15ae3f2 ` ] ( https://github.com/BeehiveInnovations/zen-mcp-server/commit/15ae3f24babccf42f43be5028bf8c60c05a6beaf ) )
11
+
12
+ ### Chores
13
+
14
+ - Sync version to config.py [ skip ci]
15
+ ([ ` bc4a27b ` ] ( https://github.com/BeehiveInnovations/zen-mcp-server/commit/bc4a27b18a4a3f45afb22178e61ea0be4d6a273c ) )
16
+
17
+ ### Documentation
18
+
19
+ - Updated intro
20
+ ([ ` fb668c3 ` ] ( https://github.com/BeehiveInnovations/zen-mcp-server/commit/fb668c39b5f6e3dd37f7027f953f6004f258f2bf ) )
21
+
22
+
5
23
## v7.0.0 (2025-10-05)
6
24
7
25
### Chores
Original file line number Diff line number Diff line change 14
14
# These values are used in server responses and for tracking releases
15
15
# IMPORTANT: This is the single source of truth for version and author info
16
16
# Semantic versioning: MAJOR.MINOR.PATCH
17
- __version__ = "7.0.0 "
17
+ __version__ = "7.0.1 "
18
18
# Last update date in ISO format
19
19
__updated__ = "2025-10-05"
20
20
# Primary maintainer
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " zen-mcp-server"
3
- version = " 7.0.0 "
3
+ version = " 7.0.1 "
4
4
description = " AI-powered MCP server with multiple model providers"
5
5
requires-python = " >=3.9"
6
6
dependencies = [
You can’t perform that action at this time.
0 commit comments