Spaces:
Sleeping
Sleeping
[project] | |
name = "unit3-mcp-pr-agent" | |
version = "0.1.0" | |
description = "MCP - Server - Gets/Adds tags - HuggingFace model repository" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"huggingface_hub[mcp]", | |
"fastapi", | |
"fastmcp", | |
] | |
[build-system] | |
requires = ["hatchling"] | |
build-backend = "hatchling.build" | |
[tool.hatch.build.targets.wheel] | |
packages = ["src"] | |