Package Details: python-mcp 1.27.1-2

Git Clone URL: https://aur.archlinux.org/python-mcp.git (read-only, click to copy)
Package Base: python-mcp
Description: Model Context Protocol SDK.
Upstream URL: https://github.com/modelcontextprotocol/python-sdk
Licenses: MIT
Submitter: medaminezghal
Maintainer: medaminezghal
Last Packager: medaminezghal
Votes: 5
Popularity: 1.11
First Submitted: 2025-02-04 16:43 (UTC)
Last Updated: 2026-05-15 22:01 (UTC)

Pinned Comments

medaminezghal commented on 2026-05-15 22:58 (UTC)

@everyone I’m working towards making this package automatically updated by GitHub CI, this is my repository used to maintain my packages. Every package before it’s updated should be successfully builded in clean environment (ensured by CI). So if you encounter any errors, just clean the cache and try again. Everyone is welcomed to help improve packaging by making issue or improve the CI by pull request (I’m new to CI, in fact I wrote it using AI, I think it still need improvement, I would be happy if anyone put his experience to help improve the CI).

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

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 the uv-aarch64-unknown-linux-gnu.tar.gz source entry; similar for uv-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:

==> Validating source_x86_64 files with sha256sums...
    uv-x86_64-unknown-linux-gnu.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Regards!