updated README

This commit is contained in:
ahujasid 2025-03-13 17:22:05 +05:30
parent 36c05e7196
commit d430a6b215
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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"

2
uv.lock generated
View File

@ -28,7 +28,7 @@ wheels = [
[[package]]
name = "blender-mcp"
version = "1.0.2"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "mcp", extra = ["cli"] },