Spaces:
Paused
Paused
File size: 318 Bytes
14adace | 1 2 3 4 5 6 7 8 9 10 11 | # 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 = "your@email.com" }]
requires-python = ">=3.10"
dependencies = [
"fastmcp",
# uvicorn is used by mcp.run() for http transports
] |