From 7549c988f4bb955475203844be18e77b6871d89a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 02:49:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.15.0=20=E2=86=92=200.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a111492..51cfa25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.15.1 (2025-10-17) + +### Fix + +- Increase HTTP client timeout to 30s +- Handle RequestError in mcp tools + ## v0.15.0 (2025-10-17) ### Feat diff --git a/pyproject.toml b/pyproject.toml index fb00fd9..62f6c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.15.0" +version = "0.15.1" description = "" authors = [ {name = "Chris Coutinho",email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index d39df83..b8dce6e 100644 --- a/uv.lock +++ b/uv.lock @@ -630,7 +630,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.15.0" +version = "0.15.1" source = { editable = "." } dependencies = [ { name = "click" },