Metadata-Version: 2.4
Name: blender-mcp
Version: 2.0.0
Summary: Renamed to mcp-for-blender. Installing this package installs it for you.
Author-email: Siddharth Ahuja <ahujasid@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ahujasid/mcp-for-blender
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp-for-blender>=2.0.0

# blender-mcp is now **mcp-for-blender**

This project has been renamed. `blender-mcp` is now a compatibility wrapper that
installs [`mcp-for-blender`](https://pypi.org/project/mcp-for-blender/) for you.

**Nothing you have today breaks.** There is no config change required.

## If you already use it

Keep going. `uvx blender-mcp` continues to work exactly as before — this package
depends on `mcp-for-blender` and hands off to it at startup.

## When convenient

Update your MCP client config to use the new name:

```json
{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": ["mcp-for-blender"]
    }
  }
}
```

## New installs

```bash
uvx mcp-for-blender
```

## Why the rename?

The new name is clearer about what this is: an MCP server for Blender. The code,
the Blender addon, and the import path (`blender_mcp`) are all unchanged.

Source, issues, and documentation: **https://github.com/ahujasid/mcp-for-blender**
