Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions uvx/blender-mcp/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Blender MCP Server Configuration
# Blender integration through the Model Context Protocol
# Package: https://pypi.org/project/blender-mcp/
# Repository: https://github.com/ahujasid/blender-mcp
# Will build as: ghcr.io/stacklok/dockyard/uvx/blender-mcp:1.2.1
# Package: https://pypi.org/project/mcp-for-blender/
# Repository: https://github.com/ahujasid/mcp-for-blender
# Will build as: ghcr.io/stacklok/dockyard/uvx/blender-mcp:2.0.0

metadata:
name: blender-mcp
description: "Blender integration through the Model Context Protocol"
protocol: uvx

spec:
package: "blender-mcp"
version: "1.5.6"
package: "mcp-for-blender"
version: "2.0.0"

provenance:
repository_uri: "https://github.com/ahujasid/blender-mcp"
repository_uri: "https://github.com/ahujasid/mcp-for-blender"
repository_ref: "refs/heads/main"

# Security allowlist for known acceptable risks
Expand Down
Loading