Spaces:
Runtime error
Runtime error
File size: 471 Bytes
fe893f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "tech-wizard"
version = "0.1.0"
description = "Comprehensive Tech Wizard MCP Server (Architect, Engineer, API, Webhooks, Domains, App Builder)"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.21.2",
"openai>=1.0.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project.scripts]
tech-wizard = "tech_wizard.server:main"
|