diff --git a/README.md b/README.md index e274fa1..c85b0b9 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ Once the config file has been set on Claude, and the addon is running on Blender - `search_polyhaven_assets` - Search for assets on PolyHaven with optional category filtering - `download_polyhaven_asset` - Download and import a PolyHaven asset into Blender +To see everything in Poly Haven, [see here](https://polyhaven.com/) + ### Example Commands Here are some examples of what you can ask Claude to do: diff --git a/pyproject.toml b/pyproject.toml index b38827a..baa95c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blender-mcp" -version = "1.0.2" +version = "1.1.0" description = "Blender integration through the Model Context Protocol" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 6939f94..33799c1 100644 --- a/uv.lock +++ b/uv.lock @@ -28,7 +28,7 @@ wheels = [ [[package]] name = "blender-mcp" -version = "1.0.2" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "mcp", extra = ["cli"] },