Spaces:
Runtime error
Runtime error
| [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" | |