Search Criteria
Package Details: python-mcp 1.23.3-1
Package Actions
| 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: | 2 |
| Popularity: | 0.029191 |
| First Submitted: | 2025-02-04 16:43 (UTC) |
| Last Updated: | 2025-12-10 10:09 (UTC) |
Dependencies (38)
- python
- python-anyio
- python-cryptography
- python-httpx (python-httpx-gitAUR)
- python-httpx-sseAUR
- python-jsonschema
- python-pydantic
- python-pydantic-settings
- python-pyjwt
- python-python-multipart
- python-sse-starletteAUR
- python-starlette
- python-typing-inspection
- python-typing_extensions
- uvicorn
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-uv-dynamic-versioningAUR (make)
- Show 18 more dependencies...
Required by (19)
- litellm (optional)
- mcp-handley-lab-git
- mistral-vibe
- open-webui-no-venv
- oterm
- oterm-git
- python-dspy (optional)
- python-fastmcp
- python-google-genai (check)
- python-gradio (check)
- python-gradio (optional)
- python-livekit-agents (optional)
- python-mistralai (optional)
- python-openai-agents
- python-pydantic-ai
- python-pydantic-ai-examples
- python-pydantic-ai-slim (optional)
- semgrep-bin
- virtme-ng-git (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
medaminezghal commented on 2025-12-03 09:09 (UTC)
@bitgamma
python-pytest-benchmarkconflicts withpython-pytest-xdist. Just removepython-pytest-benchmarkand it will work.bitgamma commented on 2025-12-03 08:41 (UTC)
Build fails here with:
Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.Workaround: setting
PYTEST_XDIST_AUTO_NUM_WORKERS=0medaminezghal commented on 2025-11-04 06:32 (UTC)
@dreieck @gwuensch Thank you for your suggestions.
gwuensch commented on 2025-11-03 21:28 (UTC)
Missing dependency
python-pyjwtas of #1247gwuensch commented on 2025-11-03 19:39 (UTC)
In case this is changed (I'm neutral on whether this is actually necessary), it would be nice if
prepare()could includegit clean -fdxto remove stale wheels and other build artifacts that commonly lead to packaging errors.dreieck commented on 2025-11-03 17:02 (UTC)
It turned out that it is Artix that is lagging behind.
Regards!
dreieck commented on 2025-11-03 16:48 (UTC) (edited on 2025-11-03 16:55 (UTC) by dreieck)
Ahoj,
your
PKGBUILDneedlessly clones the whole upstream repository again at version change.Please change
to
in order to always use the already cloned git repository (if not deleted by the user) and only update and check out the current tag.
(And then also adapt the directories in the
prepare(),build(),check()andpackage()function accordingly.)Regards and thanks for maintaining!
Regards!
gwuensch commented on 2025-11-02 12:49 (UTC)
@dreieck that's weird, works for me™. Error message says your uv version is too old. Maybe try upgrading, the current version in extra is 0.9.7, not 0.9.3.
dreieck commented on 2025-11-01 11:12 (UTC)
Having cleaning the build directory,
check()fails for me withAssertionError: assert 2 == 0:Regards!
1 2 3 4 5 6 7 Next › Last »