[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "rhino-grasshopper-mcp"
version = "0.3.0"
description = "MCP server for Grasshopper/Rhino integration with AI mentoring"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.0.0",
"scikit-learn>=1.0.0",
"numpy>=1.20.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["rhino_grasshopper_mcp*"]