Replies: 2 comments
|
server.py is the source code for addon.py, addon.py is the compiled one |
0 replies
|
They talk to each other over the local socket connection. So when you use Blender locally, the addon is in Blender, and the MCP server is the process started by your client config (for example |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sorry for a dumb question. If addon.py is all we need to download to make this work, what is the use of blender_mcp/server.py. Where this script in running when I am using blender-mcp at my ,local Blender instance ?
All reactions