Name: python-mcp Version: 1.23.1 Release: %autorelease Summary: Model Context Protocol SDK License: MIT URL: https://github.com/modelcontextprotocol/python-sdk Source: %{pypi_source mcp} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Python implementation of the Model Context Protocol (MCP) } %description %_description %package -n python3-mcp Summary: %{summary} %description -n python3-mcp %_description %prep %autosetup -n mcp-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l mcp %check %pyproject_check_import %files -n python3-mcp -f %{pyproject_files} %doc README.md %changelog %autochangelog