Package Details: python-fastmcp 3.4.4-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/PrefectHQ/fastmcp
Keywords: mcp python
Licenses: MIT
Submitter: Dominiquini
Maintainer: taotieren
Last Packager: taotieren
Votes: 2
Popularity: 0.019840
First Submitted: 2025-10-03 11:08 (UTC)
Last Updated: 2026-07-09 01:35 (UTC)

Latest Comments

sven-to commented on 2026-06-23 12:16 (UTC)

I disowned the package bc I don't use it anymore.

aur_noob commented on 2026-06-10 16:42 (UTC)

Current version seems to be missing fastmcp-slim as dependency. Python import fails without it.

Dominiquini commented on 2026-06-09 00:34 (UTC)

This package don't install anything relevant on my machine:

$ yay -Ql python-fastmcp
python-fastmcp /usr/
python-fastmcp /usr/lib/
python-fastmcp /usr/lib/python3.14/
python-fastmcp /usr/lib/python3.14/site-packages/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/METADATA
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/RECORD
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/WHEEL
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/licenses/
python-fastmcp /usr/lib/python3.14/site-packages/fastmcp-3.4.2.dist-info/licenses/LICENSE
python-fastmcp /usr/share/
python-fastmcp /usr/share/doc/
python-fastmcp /usr/share/doc/python-fastmcp/
python-fastmcp /usr/share/doc/python-fastmcp/AGENTS.md
python-fastmcp /usr/share/doc/python-fastmcp/CODE_OF_CONDUCT.md
python-fastmcp /usr/share/doc/python-fastmcp/README.md
python-fastmcp /usr/share/doc/python-fastmcp/SECURITY.md
python-fastmcp /usr/share/licenses/
python-fastmcp /usr/share/licenses/python-fastmcp/
python-fastmcp /usr/share/licenses/python-fastmcp/LICENSE

sven-to commented on 2026-06-08 14:17 (UTC)

@krvkir I have added this dependencies as optional dependencies as they are required for the server feature only: https://github.com/PrefectHQ/fastmcp/blob/main/uv.lock#L1003

However, there are more dependencies like this. I'm not sure what is best way to handle all those optional dependencies.

medaminezghal commented on 2026-05-17 17:04 (UTC)

@sven-to python-exceptiongroup isn't needed as we use Python 3.14

krvkir commented on 2026-05-04 01:47 (UTC)

Tried to build the package in clean env and found those dependencies missing:

'python-jsonref' 'python-cyclopts' 'python-griffelib' 'python-watchfiles' 'python-opentelemetry-api' 'python-py-key-value-aio' 'python-cachetools'

Could you please add them?

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