fast2 / pyproject.toml
deepak191z's picture
Create pyproject.toml
14adace verified
raw
history blame contribute delete
318 Bytes
# pyproject.toml
[project]
name = "calculator-mcp-service"
version = "0.1.0"
description = "A simple calculator MCP server for Hugging Face."
authors = [{ name = "Your Name", email = "[email protected]" }]
requires-python = ">=3.10"
dependencies = [
"fastmcp",
# uvicorn is used by mcp.run() for http transports
]