From 87c6f077f3988930d28b471d3d071084581e8782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Oct 2025 10:23:48 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.17.1=20=E2=86=92=200.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7437f7b..aa6edac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.18.0 (2025-10-23) + +### Feat + +- **server**: Add support for custom OIDC scopes and permissions via JWTs +- Initialize JWT-scoped tools + +### Fix + +- Use occ-created OAuth clients with allowed_scopes for all tests +- Separate OAuth fixtures for opaque vs JWT tokens + +### Refactor + +- Update JWT client to use DCR, re-enable tool filtering + ## v0.17.1 (2025-10-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 29b536d..65b985a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.17.1" +version = "0.18.0" 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 c0167a8..e0715ec 100644 --- a/uv.lock +++ b/uv.lock @@ -931,7 +931,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.17.1" +version = "0.18.0" source = { editable = "." } dependencies = [ { name = "caldav" },