iflow-mcp_cwahlfeldt_blender-mcp 0.1.0__tar.gz → 0.1.2__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.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/2985_process.log +1 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/PKG-INFO +1 -1
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/pyproject.toml +2 -2
- iflow_mcp_cwahlfeldt_blender_mcp-0.1.2/server_config.json +1 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/.gitignore +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/README.md +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/blender/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/blender/executor.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/blender/uv_tools.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/examples/create_save_blend.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/examples/hello_cube.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/examples/modify_blend_file.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/examples/uv_mapping.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/language.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/package_name +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/push_info.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/requirements.txt +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/script_files/metadata.json +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/scripts/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/scripts/manager.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/server.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/__init__.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/helpers.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/uv_integration.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/uv_manager.py +0 -0
- {iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/uv.lock +0 -0
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/2985_process.log
RENAMED
|
@@ -2,3 +2,4 @@
|
|
|
2
2
|
[2026-02-04 04:40:53] [SUCCESS] 阅读代码: 项目类型为Python MCP服务端项目,使用FastMCP框架,支持stdio协议,非SKILL项目,非MCP代理服务,项目未过期
|
|
3
3
|
[2026-02-04 04:42:56] [SUCCESS] 本地测试: 构建和测试成功,修复了f-string语法错误,获取到4个工具(add_script, edit_script, execute_script, remove_script),无需环境变量配置
|
|
4
4
|
[2026-02-04 04:43:12] [SUCCESS] 推送iflow分支: 成功推送iflow分支到远程仓库 https://github.com/iflow-mcp/cwahlfeldt-blender-mcp
|
|
5
|
+
[2026-02-04 04:43:29] [SUCCESS] 上传官方仓库: 成功上传到PyPI,包名为iflow-mcp_cwahlfeldt_blender-mcp
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/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.2"
|
|
8
8
|
description = "MCP server for executing Blender scripts"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -25,7 +25,7 @@ dev = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[tool.hatch.build.targets.wheel]
|
|
28
|
-
packages = ["blender", "scripts", "utils"]
|
|
28
|
+
packages = ["blender", "scripts", "utils", "server.py"]
|
|
29
29
|
|
|
30
30
|
[tool.black]
|
|
31
31
|
line-length = 100
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"serverConfig": "{\"mcpServers\":{\"blender-mcp\":{\"command\":\"uvx\",\"args\":[\"--from\",\"iflow-mcp_cwahlfeldt_blender-mcp\",\"blender-mcp\"],\"values\":{}}}}"}
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/.gitignore
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.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/language.json
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/package_name
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/push_info.json
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/scripts/manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/__init__.py
RENAMED
|
File without changes
|
{iflow_mcp_cwahlfeldt_blender_mcp-0.1.0 → iflow_mcp_cwahlfeldt_blender_mcp-0.1.2}/utils/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|