Skip to content

Commit 4922fb3

Browse files
bump: version 0.70.4 → 0.71.0
1 parent 21e4174 commit 4922fb3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to the Nextcloud MCP Server will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/).
77

8+
## v0.71.0 (2026-04-07)
9+
10+
### Feat
11+
12+
- add stdio transport support for local MCP usage
13+
14+
### Fix
15+
16+
- address third round of review feedback
17+
- address second round of review feedback
18+
- address PR review feedback and fix CI test failures
19+
820
## v0.70.4 (2026-04-07)
921

1022
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nextcloud-mcp-server"
3-
version = "0.70.4"
3+
version = "0.71.0"
44
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
55
authors = [
66
{name = "Chris Coutinho", email = "chris@coutinho.io"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)