Port details |
- py-mcp Python implementation of the Model Context Protocol (MCP)
- 1.3.0 misc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2025-03-18 09:51:06
- Last Update: 2025-03-18 09:46:33
- Commit Hash: 82930d2
- 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.
- 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 = 1741774341
SHA256 (mcp-1.3.0.tar.gz) = f409ae4482ce9d53e7ac03f3f7808bcab735bdfc0fba937453782efb43882d45
SIZE (mcp-1.3.0.tar.gz) = 150235
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
- 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-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
-
- 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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|