python3Packages.fastapi-mcp: fix tests on darwin

This commit is contained in:
Gaetan Lepage
2025-06-06 12:29:43 +02:00
parent b766cc0cf8
commit 3f4e968771
@@ -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";