diff --git a/pkgs/development/python-modules/mcp/default.nix b/pkgs/development/python-modules/mcp/default.nix index 55780ebe8ab9..d303e82b3ee6 100644 --- a/pkgs/development/python-modules/mcp/default.nix +++ b/pkgs/development/python-modules/mcp/default.nix @@ -93,6 +93,6 @@ 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; [ dotlambda ]; + maintainers = with lib.maintainers; [ josh ]; }; }