notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
py-mcp-types Model Context Protocol wire types
2.1.1 miscnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2026-08-30 09:18:04
Last Update: 2026-08-30 12:37:46
Commit Hash: ec85dce
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/mcp-types/
Description:
The wire types for the Model Context Protocol. This package holds the protocol message models, JSON-RPC envelope types, per- version surface validators, and the protocol-version registry. Its only runtime dependencies are pydantic and typing-extensions, so it can be installed on its own when you need to (de)serialize MCP traffic without pulling in the full mcp SDK.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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-types>0:misc/py-mcp-types@${PY_FLAVOR}
To install the port:
cd /usr/ports/misc/py-mcp-types/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/py-mcp-types
  • pkg install py312-mcp-types
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 py312-mcp-types listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-mcp-types
Package flavors (<flavor>: <package>)
  • py312: py312-mcp-types
distinfo:
TIMESTAMP = 1788092991 SHA256 (mcp_types-2.1.1.tar.gz) = 77dcbe48fba73cca71a673f2646a5f037a017b7a0a07ac89cec1113028890eda SIZE (mcp_types-2.1.1.tar.gz) = 66674

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-hatchling>=1.27.0 : devel/py-hatchling@py312
  2. py312-uv-dynamic-versioning>=0.8.2 : devel/py-uv-dynamic-versioning@py312
  3. python3.12 : lang/python312
  4. py312-build>=0 : devel/py-build@py312
  5. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-pydantic2>=2.10.6_2 : devel/py-pydantic2@py312
  2. py312-typing-extensions>=4.15.0 : devel/py-typing-extensions@py312
  3. python3.12 : lang/python312
This port is required by:
for Run
  1. misc/py-mcp

Configuration Options:
No options to configure
Options name:
misc_py-mcp-types
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mcp_types/
  2. https://pypi.org/packages/source/m/mcp_types/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.1
30 Aug 2026 12:37:46
commit hash: ec85dce33f96d54867ee00e05e3024809ddf0bc7commit hash: ec85dce33f96d54867ee00e05e3024809ddf0bc7commit hash: ec85dce33f96d54867ee00e05e3024809ddf0bc7commit hash: ec85dce33f96d54867ee00e05e3024809ddf0bc7 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
misc/py-mcp-types: Update to 2.1.1
2.0.0
30 Aug 2026 09:05:26
commit hash: 4ae93a839fecf6269ddc4dca13cf83149d54336ecommit hash: 4ae93a839fecf6269ddc4dca13cf83149d54336ecommit hash: 4ae93a839fecf6269ddc4dca13cf83149d54336ecommit hash: 4ae93a839fecf6269ddc4dca13cf83149d54336e files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
Author: Eric Camachat
misc/py-mcp-types: Add new port

The wire types for the Model Context Protocol.

This package holds the protocol message models, JSON-RPC envelope types, per-
version surface validators, and the protocol-version registry. Its only runtime
dependencies are pydantic and typing-extensions, so it can be installed on its
own when you need to (de)serialize MCP traffic without pulling in the full mcp
SDK.

https://pypi.org/project/mcp-types/

PR:		297537

Number of commits found: 2