From b8191c134aba7f8eb3906c4f95dcfb42469173c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Jul 2025 11:32:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++---------------- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510a7c8..1e20d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,13 @@ -## [Unreleased] +## v0.5.0 (2025-07-26) ### Feat -- **webdav**: Add complete file system support with directory browsing, file read/write, and resource management -- **webdav**: Add `nc_webdav_list_directory` tool for browsing any NextCloud directory -- **webdav**: Add `nc_webdav_read_file` tool with automatic text/binary content handling -- **webdav**: Add `nc_webdav_write_file` tool supporting text and base64 binary content -- **webdav**: Add `nc_webdav_create_directory` tool for creating directories -- **webdav**: Add `nc_webdav_delete_resource` tool for deleting files and directories -- **webdav**: Add XML parsing for WebDAV PROPFIND responses with metadata extraction +- Update webdav client create_directory method to handle recursive directories +- **webdav**: add complete file system support ### Fix -- **types**: Improve type annotations throughout codebase for better IDE support -- **types**: Fix Context parameter ordering in MCP tools (required before optional) -- **types**: Add proper type hints for WebDAV client methods - -### Refactor - -- **webdav**: Extend WebDAV client beyond Notes attachments to general file operations -- **server**: Enhance error handling and logging for WebDAV operations +- apply ruff formatting to test_webdav_operations.py ## v0.4.1 (2025-07-10) diff --git a/pyproject.toml b/pyproject.toml index 61b78d2..78b549d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.4.1" +version = "0.5.0" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index 1a34648..86ebd24 100644 --- a/uv.lock +++ b/uv.lock @@ -492,7 +492,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.4.1" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "httpx" },