Install this version:
emerge -a =dev-python/mcp-1.27.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/mcp-1.27.0
Or alternatively:
emerge --autounmask-write -a =dev-python/mcp-1.27.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.27.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="Python SDK for Model Context Protocol"
HOMEPAGE="https://github.com/modelcontextprotocol/python-sdk"
SRC_URI="https://files.pythonhosted.org/packages/source/m/mcp/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
>=dev-python/agent-client-protocol-0.6.3[${PYTHON_USEDEP}]
dev-python/anyio[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.20.0[${PYTHON_USEDEP}]
dev-python/httpx-sse[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/sse-starlette[${PYTHON_USEDEP}]
"
>=dev-python/agent-client-protocol-0.6.3[] dev-python/anyio[] >=dev-python/jsonschema-4.20.0[] dev-python/httpx-sse[] dev-python/pydantic[] dev-python/starlette[] dev-python/sse-starlette[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mcp-1.27.0.tar.gz | 607509 bytes | https://files.pythonhosted.org/packages/source/m/mcp/mcp-1.27.0.tar.gz |