From 9f632fa9603713e63bbff66c168f6cb6a480acbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Apr 2026 17:40:51 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.68.2=20=E2=86=92=200.68.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c288fba2..d84d49b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to the Nextcloud MCP Server will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://peps.python.org/pep-0440/). +## v0.68.3 (2026-04-05) + +### Fix + +- address PR review feedback for client registry and DCR proxy +- support cloud OAuth clients and graceful DCR fallback + +### Refactor + +- remove ALLOWED_MCP_CLOUD_CLIENTS and add keycloak CI profile +- consolidate ALLOWED_MCP_CLIENTS and add redirect URI validation + ## v0.68.2 (2026-04-04) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 764f1ddb..a85465ce 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -3,7 +3,7 @@ name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application version: 0.58.27 -appVersion: "0.68.2" +appVersion: "0.68.3" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 9900fe15..4fd62638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.68.2" +version = "0.68.3" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index e15e26ac..fa8835ab 100644 --- a/uv.lock +++ b/uv.lock @@ -2086,7 +2086,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.68.2" +version = "0.68.3" source = { editable = "." } dependencies = [ { name = "aiosqlite" },