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.
Files changed (27) hide show
  1. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/PKG-INFO +1 -1
  2. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/pyproject.toml +2 -2
  3. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/server.py +5 -2
  4. iflow_mcp_cwahlfeldt_blender_mcp-0.1.3/server_config.json +1 -0
  5. iflow_mcp_cwahlfeldt_blender_mcp-0.1.2/server_config.json +0 -1
  6. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/.gitignore +0 -0
  7. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/2985_process.log +0 -0
  8. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/README.md +0 -0
  9. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/__init__.py +0 -0
  10. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/executor.py +0 -0
  11. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/blender/uv_tools.py +0 -0
  12. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/create_save_blend.py +0 -0
  13. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/hello_cube.py +0 -0
  14. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/modify_blend_file.py +0 -0
  15. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/examples/uv_mapping.py +0 -0
  16. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/language.json +0 -0
  17. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/package_name +0 -0
  18. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/push_info.json +0 -0
  19. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/requirements.txt +0 -0
  20. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/script_files/metadata.json +0 -0
  21. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/scripts/__init__.py +0 -0
  22. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/scripts/manager.py +0 -0
  23. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/__init__.py +0 -0
  24. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/helpers.py +0 -0
  25. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/uv_integration.py +0 -0
  26. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/utils/uv_manager.py +0 -0
  27. {iflow_mcp_cwahlfeldt_blender_mcp-0.1.2 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iflow-mcp_cwahlfeldt_blender-mcp
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: MCP server for executing Blender scripts
5
5
  Author: Blender MCP Team
6
6
  Requires-Python: >=3.11
@@ -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.2"
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:mcp"
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
- if __name__ == "__main__":
86
- # Run the server
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\":{}}}}"}