Blender MCP Server

[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "blender-mcp" version = "0.1.0" description = "MCP server for executing Blender scripts" readme = "README.md" authors = [ {name = "Blender MCP Team"} ] requires-python = ">=3.11" dependencies = [ "mcp>=0.1.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "isort>=5.12.0", ] [tool.hatch.build.targets.wheel] packages = ["blender", "scripts", "utils"] [tool.black] line-length = 100 target-version = ["py38"] [tool.isort] profile = "black" line_length = 100 [tool.pytest.ini_options] testpaths = ["tests"]