diff --git a/README.md b/README.md index 1921335..9c60e0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BlenderMCP - Blender Model Context Protocol Integration -BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables AI-assisted 3D modeling, scene manipulation, and rendering. +BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation. ## Features diff --git a/pyproject.toml b/pyproject.toml index d5312d0..b38827a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blender-mcp" -version = "1.0.0" +version = "1.0.2" description = "Blender integration through the Model Context Protocol" readme = "README.md" requires-python = ">=3.10"