Commit 3f4e9687 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.fastapi-mcp: fix tests on darwin

parent b766cc0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  __darwinAllowLocalNetworking = true;

  meta = {
    description = "Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth";
    homepage = "https://github.com/tadata-org/fastapi_mcp";