[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "fastmcp"
version = "2.12.5.post2"
description = "Patched version of fastmcp with fixed schema reference resolution"
requires-python = ">=3.10"
dependencies = [
"authlib>=1.5.2",
"cyclopts>=3.0.0",
"exceptiongroup>=1.2.2",
"httpx>=0.28.1",
"mcp>=1.12.4,<1.17.0",
"openapi-core>=0.19.5",
"openapi-pydantic>=0.5.1",
"pydantic[email]>=2.11.7",
"pyperclip>=1.9.0",
"python-dotenv>=1.1.0",
"rich>=13.9.4",
]
[tool.hatch.build.targets.wheel]
packages = ["fastmcp"]