feat: add blender-mcp validation
Build and validate Blender MCP server for 3D modeling. Changes: - STATUS.md: Added blender-mcp as validated MCP (v1.25.0, 321MB) - STATUS.md: Updated counts and status sections Validation: - Container builds successfully from Python source (321MB) - Uses uv package manager for fast dependency installation - MCP protocol handshake verified with initialize request - Protocol version 2024-11-05 confirmed - Server name: BlenderMCP, version 1.25.0 - Requires Blender application running with addon for full functionality - Tested with proper --name flag for container
This commit is contained in:
@@ -9,6 +9,7 @@ Last validated: 2026-01-22
|
||||
**Working MCP Servers:**
|
||||
- ✓ audiobook-mcp: Working (audiobook-library v1.1.0) - requires AUDIOBOOK_ROOT env var
|
||||
- ✓ bitwarden-mcp: Working (Bitwarden MCP Server v2026.1.0) - requires Bitwarden credentials
|
||||
- ✓ blender-mcp: Working (BlenderMCP v1.25.0) - requires Blender with addon running
|
||||
|
||||
**MCP Servers with Configuration Issues:**
|
||||
- None
|
||||
@@ -22,6 +23,7 @@ Last validated: 2026-01-22
|
||||
**Recently Built:**
|
||||
- audiobook-mcp: Built (v1.1.0) - stdio-based, requires AUDIOBOOK_ROOT
|
||||
- bitwarden-mcp: Built (v2026.1.0) - stdio-based, requires Bitwarden credentials
|
||||
- blender-mcp: Built (v1.25.0) - stdio-based, Python-based, requires Blender with addon
|
||||
- bash-language-server: Built (v5.6.0) - configured in crush.json via wrapper script
|
||||
- docker-language-server: Built (v0.0.0) - configured in crush.json via wrapper script
|
||||
- marksman: Built (2025-12-13) - configured in crush.json via wrapper script
|
||||
@@ -43,6 +45,7 @@ Last validated: 2026-01-22
|
||||
|------------|--------|-------|
|
||||
| audiobook-mcp | Built | Container built from source (361MB). MCP stdio-based, requires AUDIOBOOK_ROOT env var. Fixed Dockerfile to use npm install instead of npm ci. Version 1.1.0. |
|
||||
| bitwarden-mcp | Built | Container built from source (377MB). Multi-stage distroless build. MCP stdio-based, requires Bitwarden credentials. Version 2026.1.0. |
|
||||
| blender-mcp | Built | Container built from source (321MB). Python-based with uv package manager. MCP stdio-based, requires Blender running with addon. Version 1.25.0. |
|
||||
| bash-language-server | Built | Container built using prebuilt npm package (190MB). LSP configured in crush.json via wrapper script. Version 5.6.0. |
|
||||
| docker-language-server | Built | Container built from Go source (49.2MB). LSP configured in crush.json via wrapper script. Version 0.0.0. |
|
||||
| marksman | Built | Container built from prebuilt binary (144MB). LSP configured in crush.json via wrapper script. Version 2025-12-13. |
|
||||
|
||||
Reference in New Issue
Block a user