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 21da64300d - Show all commits

View File

@@ -117,6 +117,11 @@ let
propagatedBuildInputs = with python3Packages; [ langchain-core ]; propagatedBuildInputs = with python3Packages; [ langchain-core ];
meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; }; meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; };
}; };
mistralai = fetchWheel {
pname = "mistralai"; version = "2.4.7"; hash = lib.fakeHash;
propagatedBuildInputs = with python3Packages; [ httpx pydantic python-dateutil ];
meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; };
};
in in
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {