Package Details: python-fastmcp 2.14.3-1

Git Clone URL: https://aur.archlinux.org/python-fastmcp.git (read-only, click to copy)
Package Base: python-fastmcp
Description: The fast, Pythonic way to build MCP servers and clients.
Upstream URL: https://github.com/jlowin/fastmcp
Keywords: mcp python
Licenses: MIT
Submitter: Dominiquini
Maintainer: sven-to
Last Packager: sven-to
Votes: 2
Popularity: 0.69
First Submitted: 2025-10-03 11:08 (UTC)
Last Updated: 2026-01-16 15:59 (UTC)

Latest Comments

medaminezghal commented on 2025-10-28 13:16 (UTC)

@Dominiquini You need to add this package to make it works: https://github.com/strawgate/py-key-value

steccas commented on 2025-10-22 18:14 (UTC) (edited on 2025-10-22 18:15 (UTC) by steccas)

Please remove 'python-fastmcp' from dependencies, it's nonsense because it creates a circular dependency. Otherwise it will work.

BrainDamage commented on 2025-10-13 07:39 (UTC)

this package needs python-hatchling and python-uv-dynamic-versioning to the makedeps or it'll fail to build in a clean chroot with respectively:

* Getting build dependencies for wheel...
Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'
ERROR Backend 'hatchling.build' is not available.


* Getting build dependencies for wheel...

ERROR Missing dependencies:
    uv-dynamic-versioning>=0.7.0
==> ERROR: A failure occurred in build().

you can double check the dep in upstream source too