Search Criteria
Package Details: python-mcp 1.6.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mcp.git (read-only, click to copy) |
---|---|
Package Base: | python-mcp |
Description: | Python implementation of the Model Context Protocol (MCP). |
Upstream URL: | https://github.com/modelcontextprotocol/python-sdk |
Licenses: | MIT |
Submitter: | medaminezghal |
Maintainer: | medaminezghal |
Last Packager: | medaminezghal |
Votes: | 1 |
Popularity: | 0.26 |
First Submitted: | 2025-02-04 16:43 (UTC) |
Last Updated: | 2025-04-09 14:18 (UTC) |
Dependencies (26)
- python (python37AUR, python311AUR, python310AUR)
- python-anyio
- python-httpx (python-httpx-gitAUR)
- python-httpx-sseAUR
- python-pydantic
- python-pydantic-settings
- python-sse-starletteAUR
- python-starlette
- uvicorn
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-dotenv (check)
- python-pytest (check)
- python-pytest-examples (check)
- python-pytest-flakefinderAUR (check)
- python-pytest-xdist (check)
- python-rich (check)
- python-trio (check)
- Show 6 more dependencies...
Required by (7)
- oterm
- oterm-git
- python-openai-agents
- python-pydantic-ai
- python-pydantic-ai-examples
- python-pydantic-ai-slim (optional)
- yutto (optional)
Latest Comments
medaminezghal commented on 2025-04-09 04:50 (UTC)
@frederikv Make new issue in GitHub issues to inform the developers about the problem. I've built it using Pydantic 2.10 and it works.
frederikv commented on 2025-04-09 03:45 (UTC)
makepkg -si fails in the check() stage of the process:
Error executing tool delete_file: Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class. Deprecated in Pydantic V2.11 to be removed in V3.
Overall, 35 tests fail.
medaminezghal commented on 2025-03-25 13:12 (UTC)
@dreieck it's not needed to use specific version of uv so I made it download always the latest version and skip it checksum verification.
dreieck commented on 2025-03-25 09:22 (UTC)
Can you please make the source downloaded files version dependent, by e.g. prepending
uv-aarch64-unknown-linux-gnu-${pkgver}.tar.gz::
to theuv-aarch64-unknown-linux-gnu.tar.gz
source entry; similar foruv-x86_64-unknown-linux-gnu.tar.gz
?Otherwise after version update when the old source file still lies around
makepkg
tries to use the old one and fails:Regards!