modified readme

This commit is contained in:
ahujasid 2025-03-11 00:55:51 +05:30
parent 1bb25228e1
commit dd3eb1c61a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# BlenderMCP - Blender Model Context Protocol Integration # 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 ## Features

View File

@ -1,6 +1,6 @@
[project] [project]
name = "blender-mcp" name = "blender-mcp"
version = "1.0.0" version = "1.0.2"
description = "Blender integration through the Model Context Protocol" description = "Blender integration through the Model Context Protocol"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"