Commit 82c4fb10 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent cfdcf072
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";