📦
Python Fastmcp
Upstream rpm repository for https://github.com/jlowin/fastmcp
0 installs
Trust: 34 — Low
Commerce
Ask AI about Python Fastmcp
Powered by Claude · Grounded in docs
I know everything about Python Fastmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
python-fastmcp
Setup
Before executing a new build, run the initial setup first:
# Create a new copr repository
make create-copr-repo
# Will create a specfile based on project settings.
# This is only needed in case the python-fastmcp.spec is missing.
make spec
Building
To build this RPM via copr, the following commands are required:
# Will pull the sources from python-fastmcp.spec and place in the root directory
make sources
# Will perform two operations:
# * Generate a new srpm with `fedpkg srpm`
# * Request a new build on copr
make build
Push to Github (optional)
This step is optional, but it will secure that the specfile and other settings are persisted somewhere.
# Create a new repository in your account using `gh` and some pre-defined
# settings.
make create-gh-repo

