iflow-mcp_cwahlfeldt_blender-mcp 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/PKG-INFO +1 -1
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/pyproject.toml +2 -2
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/server.py +5 -2
- iflow_mcp_cwahlfeldt_blender_mcp-0.1.3/server_config.json +1 -0
- iflow_mcp_cwahlfeldt_blender_mcp-0.1.2/server_config.json +0 -1
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/.gitignore +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/2985_process.log +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/README.md +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/executor.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/uv_tools.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/create_save_blend.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/hello_cube.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/modify_blend_file.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/uv_mapping.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/language.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/package_name +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/push_info.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/requirements.txt +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/script_files/metadata.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/scripts/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/scripts/manager.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/helpers.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/uv_integration.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/uv_manager.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/uv.lock +0 -0
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/pyproject.toml
RENAMED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "iflow-mcp_cwahlfeldt_blender-mcp"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "MCP server for executing Blender scripts"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -15,7 +15,7 @@ dependencies = [
|
|
|
15
15
|
"mcp>=0.1.0",
|
|
16
16
|
]
|
|
17
17
|
[project.scripts]
|
|
18
|
-
blender-mcp = "server:
|
|
18
|
+
blender-mcp = "server:main"
|
|
19
19
|
|
|
20
20
|
[project.optional-dependencies]
|
|
21
21
|
dev = [
|
|
@@ -82,6 +82,9 @@ def remove_script(name: str) -> str:
|
|
|
82
82
|
except Exception as e:
|
|
83
83
|
return f"Error removing script: {str(e)}"
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
def main():
|
|
86
|
+
"""Main entry point for the MCP server"""
|
|
87
87
|
mcp.run()
|
|
88
|
+
|
|
89
|
+
if __name__ == "__main__":
|
|
90
|
+
main()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"serverConfig": "{\"mcpServers\":{\"blender-mcp\":{\"command\":\"uvx\",\"args\":[\"--from\",\"iflow-mcp-cwahlfeldt-blender-mcp\",\"blender-mcp\"],\"values\":{}}}}"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"serverConfig": "{\"mcpServers\":{\"blender-mcp\":{\"command\":\"uvx\",\"args\":[\"--from\",\"iflow-mcp_cwahlfeldt_blender-mcp\",\"blender-mcp\"],\"values\":{}}}}"}
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/.gitignore
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/2985_process.log
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/language.json
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/package_name
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/push_info.json
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/scripts/manager.py
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/__init__.py
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|