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 ef7969273d - Show all commits

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin $out/lib/${pname} mkdir -p $out/bin $out/lib/${pname}
# Copy the server code from source # Copy the server code from source
cp -r src/nextcloud_mcp_server $out/lib/${pname}/ cp -r nextcloud_mcp_server $out/lib/${pname}/
# The hermes-agent service already has a working venv with all deps # The hermes-agent service already has a working venv with all deps
# Use that Python interpreter (it has PYTHONPATH set by the service env) # Use that Python interpreter (it has PYTHONPATH set by the service env)