Port details |
- py-mcp Python implementation of the Model Context Protocol (MCP)
- 1.12.2 misc
=0 1.3.0Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2025-03-18 09:51:06
- Last Update: 2025-07-25 16:15:10
- Commit Hash: e40ef91
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.python.org/pypi/mcp
- Description:
- The Model Context Protocol allows applications to provide context for LLMs in a
standardized way, separating the concerns of providing context from the actual
LLM interaction. This Python SDK implements the full MCP specification, making
it easy to:
- Build MCP clients that can connect to any MCP server
- Create MCP servers that expose resources, prompts and tools
- Use standard transports like stdio and SSE
- Handle all MCP protocol messages and lifecycle events
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mcp>0:misc/py-mcp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-mcp/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-mcp
- pkg install py311-mcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-mcp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mcp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1753455188
SHA256 (mcp-1.12.2.tar.gz) = a4b7c742c50ce6ed6d6a6c096cca0e3893f5aecc89a59ed06d47c4e6ba41edcc
SIZE (mcp-1.12.2.tar.gz) = 426202
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=1.27.0 : devel/py-hatchling@py311
- py311-uv-dynamic-versioning>=0.8.2 : devel/py-uv-dynamic-versioning@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-anyio>=4.5 : devel/py-anyio@py311
- py311-httpx-sse>=0.4 : www/py-httpx-sse@py311
- py311-httpx>=0.28.1 : www/py-httpx@py311
- py311-jsonschema>=4.20.0 : devel/py-jsonschema@py311
- py311-multipart>=0.0.9 : devel/py-multipart@py311
- py311-pydantic-settings>=2.6.0 : devel/py-pydantic-settings@py311
- py311-pydantic2>=2.10.6_2 : devel/py-pydantic2@py311
- py311-sse-starlette>=2.2.0 : www/py-sse-starlette@py311
- py311-starlette>=0.45.3 : www/py-starlette@py311
- py311-uvicorn>=0.34.0 : www/py-uvicorn@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-oci
- misc/py-google-genai
- misc/py-oterm
Configuration Options:
- No options to configure
- Options name:
- misc_py-mcp
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12.2 25 Jul 2025 16:15:10
    |
Nicola Vitale (nivit)  |
misc/py-mcp: Update to 1.12.2
- Update list of dependencies
Release
changes: https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.12.2 |
1.3.0 18 Mar 2025 09:46:33
    |
Nicola Vitale (nivit)  |
misc/py-mcp: Add new port
The Model Context Protocol allows applications to provide context for LLMs in a
standardized way, separating the concerns of providing context from the actual
LLM interaction. This Python SDK implements the full MCP specification, making
it easy to:
- Build MCP clients that can connect to any MCP server
- Create MCP servers that expose resources, prompts and tools
- Use standard transports like stdio and SSE
- Handle all MCP protocol messages and lifecycle events
https://pypi.python.org/pypi/mcp |
Number of commits found: 2
|