Merge branch 'master' of github.com:cbcoutinho/nextcloud-mcp-server

This commit is contained in:
Chris Coutinho
2025-09-11 17:28:35 +02:00
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.12.0 (2025-09-11)
### Feat
- **server**: Add support for `streamable-http` transport type
## v0.11.1 (2025-09-11)
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nextcloud-mcp-server"
version = "0.11.1"
version = "0.12.0"
description = ""
authors = [
{name = "Chris Coutinho",email = "chris@coutinho.io"}
Generated
+1 -1
View File
@@ -506,7 +506,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.11.1"
version = "0.12.0"
source = { editable = "." }
dependencies = [
{ name = "click" },