python3Packages.mcp: enable __structuredAttrs

u
This commit is contained in:
Gaetan Lepage
2026-06-18 07:42:52 +00:00
parent 7f6d1d0d40
commit 4146e15c16
@@ -44,6 +44,7 @@ buildPythonPackage (finalAttrs: {
pname = "mcp";
version = "1.27.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "modelcontextprotocol";