feat: add nextcloud-mcp-server with 20 inlined Python deps #1

Merged
luis merged 29 commits from :main into main 2026-05-28 08:55:26 +02:00
Showing only changes of commit d39928e0e3 - Show all commits
+1 -1
View File
@@ -150,7 +150,7 @@ python3Packages.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-quiet 'uv_build<0.12.0,>=0.11.5' 'uv_build>=0.9' \
--replace-quiet '"uv_build>=0.11.5,<0.12.0"' '"uv_build"' \
--replace-quiet '"prometheus-client>=0.21.0"' '"prometheus-client"' \
--replace-quiet '"mcp>=1.27,<1.28"' '"mcp"' \
--replace-quiet '"mcp[cli]>=1.27,<1.28"' '"mcp"' \