Skip to content

Commit 82c4fb1

Browse files
committed
python312Packages.mcp: allow network access on darwin to fix tests
1 parent cfdcf07 commit 82c4fb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/mcp/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ buildPythonPackage rec {
7575
"test_command_execution"
7676
];
7777

78+
__darwinAllowLocalNetworking = true;
79+
7880
meta = {
7981
changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}";
8082
description = "Official Python SDK for Model Context Protocol servers and clients";

0 commit comments

Comments
 (0)