comfortool / pyproject.toml
Sandra Sanchez
Build basic MCP server and echo tool for initial integration with gradio
2b758fd
raw
history blame contribute delete
435 Bytes
[project]
name = "comfortool"
version = "0.0.1"
requires-python = ">=3.10"
description = "Comfortool - autism-friendly social stories"
dependencies = [
"fastapi>=0.122.0",
"gradio>=6.0.1",
"mcp>=1.22.0",
"openai>=2.8.1",
"pillow>=12.0.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"uvicorn>=0.38.0",
"mcp>=1.22.0",
"openai>=2.8.1",
]
[tool.uv]
# uv config can go here if needed (optional)