Skip to content

Commit d5d69ef

Browse files
chore: prepare release v0.4.0
Agent-Logs-Url: https://github.com/ClickHouse/mcp-clickhouse/sessions/ca33e879-7a4e-4207-b1a2-ac0640049bdc Co-authored-by: joe-clickhouse <215539077+joe-clickhouse@users.noreply.github.com>
1 parent c8100d0 commit d5d69ef

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## 0.4.0 - 2026-06-03
8+
79
### Added
810
- Support for FastMCP OAuth/OIDC auth providers on HTTP/SSE transports via the `FASTMCP_SERVER_AUTH` environment variable (e.g. Azure Entra, Google, GitHub, WorkOS). Static token, FastMCP OAuth, and disabled mode are now mutually exclusive; configure exactly one. ([#171](https://github.com/ClickHouse/mcp-clickhouse/issues/171))
911
- Official multi-arch Docker images published to GitHub Container Registry on each release: `ghcr.io/clickhouse/mcp-clickhouse:vX.Y.Z`, `:X.Y`, and `:latest`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-clickhouse"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "An MCP server for ClickHouse."
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)