Skip to main content
Glama
pyproject.toml516 B
[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*"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dongwoosuk/grasshopper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server