From cf34f202a69c2686fca90cc97ef887002ec886a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Apr 2026 08:32:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.68.1=20=E2=86=92=200.68.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e715ea86..c288fba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2 (2026-04-04) + +### Fix + +- address PR review — remove token exchange tests, improve logging +- address PR review — stale mcp-oauth refs, Playwright TimeoutError catch +- update expected auth tools list for login-flow scope test + +### Refactor + +- remove RFC 8693 token exchange and Keycloak OAuth implementation +- remove oauth profile, migrate MCP/OAuth tests to login-flow + ## v0.68.1 (2026-04-01) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 674645a5..d5cbca45 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.25 -appVersion: "0.68.1" +appVersion: "0.68.2" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index 14f417c1..9900fe15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.68.1" +version = "0.68.2" 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 fa49f8ed..e15e26ac 100644 --- a/uv.lock +++ b/uv.lock @@ -2086,7 +2086,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.68.1" +version = "0.68.2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },