Search Criteria
Package Details: python-mcp 1.13.1-3
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.23 |
First Submitted: | 2025-02-04 16:43 (UTC) |
Last Updated: | 2025-08-24 09:01 (UTC) |
Dependencies (35)
- python (python37AUR)
- python-anyio
- python-httpx (python-httpx-gitAUR)
- python-httpx-sseAUR
- python-jsonschema
- python-pydantic
- python-pydantic-settings
- python-python-multipart
- python-sse-starletteAUR
- python-starlette
- uvicorn
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-uv-dynamic-versioningAUR (make)
- python-wheel (make)
- python-dirty-equals (check)
- python-dotenv (check)
- python-inline-snapshot (check)
- Show 15 more dependencies...
Required by (12)
- litellm (optional)
- oterm
- oterm-git
- 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)
Latest Comments
1 2 3 4 5 Next › Last »
medaminezghal commented on 2025-08-24 09:11 (UTC)
@rubin55 @gwuensch I reverted the changes about the tests because it seems that
mcp
need to be installed to pass the tests.rubin55 commented on 2025-08-23 19:31 (UTC)
@medaminezghal no, not completely actually. I re-ran and now two tests keep failing with the same error message. I only discovered because I didn't have
python-mcp
installed; To "trick" it, I installedpython-mcp
and then these two tests succeeded. But of course that's no good, because when the tests use a system-installedmcp
module, it's not testing the package but whatever (presumably older) version the system had installed.gwuensch commented on 2025-08-23 12:51 (UTC) (edited on 2025-08-23 12:52 (UTC) by gwuensch)
I'm experiencing the same error (even after the "fix", commit 7cc38aa).
medaminezghal commented on 2025-08-23 07:53 (UTC)
@rubin55 does it work now?
rubin55 commented on 2025-08-22 18:09 (UTC) (edited on 2025-08-22 18:14 (UTC) by rubin55)
The check stage fails with this:
ModuleNotFoundError: No module named 'mcp'
The output is too long to share, but here's a snippet:
When I revert your changes to
check()
, tests work.medaminezghal commented on 2025-07-23 12:10 (UTC)
@mcr try to delete yay cache then update it again.
mcr commented on 2025-07-23 12:07 (UTC)
I'm getting a different error, also in
check()
:gwuensch commented on 2025-07-18 01:09 (UTC)
@techmanwalker to quote @envolution:
techmanwalker commented on 2025-07-17 21:05 (UTC)
1 2 3 4 5 Next › Last »