We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdcf07 commit 82c4fb1Copy full SHA for 82c4fb1
pkgs/development/python-modules/mcp/default.nix
@@ -75,6 +75,8 @@ buildPythonPackage rec {
75
"test_command_execution"
76
];
77
78
+ __darwinAllowLocalNetworking = true;
79
+
80
meta = {
81
changelog = "https://github.com/modelcontextprotocol/python-sdk/releases/tag/${src.tag}";
82
description = "Official Python SDK for Model Context Protocol servers and clients";
0 commit comments