python3Packages.mcp: add bryanhonof as maintainer

This commit is contained in:
Bryan Honof 2025-07-27 19:44:02 +02:00
parent b3959a6344
commit 084630f0e9
No known key found for this signature in database

View File

@ -160,6 +160,9 @@ buildPythonPackage rec {
description = "Official Python SDK for Model Context Protocol servers and clients";
homepage = "https://github.com/modelcontextprotocol/python-sdk";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ josh ];
maintainers = with lib.maintainers; [
bryanhonof
josh
];
};
}