From dd3eb1c61af13a4f232ea4fbfd54dc94289f05a0 Mon Sep 17 00:00:00 2001 From: ahujasid Date: Tue, 11 Mar 2025 00:55:51 +0530 Subject: [PATCH] modified readme --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"