comfortool / pyproject.toml
Sandra Sanchez
Integrate mcp server into Claude desktop SDK by editing config and using easy formula with fastmcp
c7d933a
raw
history blame contribute delete
458 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",
"fastmcp>=2.13.2",
]
[tool.uv]
# uv config can go here if needed (optional)