# dependency file for hosted mcp deployments (e.g. prefect horizon).
#
# horizon's builder preinstalls a pinned fastmcp and installs the project
# via `uv pip install ./` when pointed at pyproject.toml — which never
# installs extras, so the code-mode server's fastmcp>=3.4.2 + monty deps
# go missing and `fastmcp inspect` fails at build time. selecting this
# file instead installs the project WITH the mcp extra, upgrading fastmcp
# in the image to what semble.mcp actually needs.
.[mcp]
