python312Packages.mcp: allow network access on darwin to fix tests

This commit is contained in:
Gaetan Lepage
2025-03-05 19:31:51 +01:00
parent cfdcf07206
commit 82c4fb10d1
@@ -75,6 +75,8 @@ buildPythonPackage rec {
"test_command_execution"
];
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}";
description = "Official Python SDK for Model Context Protocol servers and clients";