mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
fix(mcp): pin blender-mcp to 1.6.4 per catalog dependency policy
MCP catalog entries follow the same supply-chain rules as pyproject dependencies: exact version pin, and the pinned release must be at least 2 weeks old. blender-mcp 1.6.4 released 2026-06-11 (~5 weeks old, also the latest release). uvx now resolves the exact version instead of latest-at-launch.
This commit is contained in:
parent
9be941dac1
commit
a52393a3b6
1 changed files with 6 additions and 1 deletions
|
|
@ -20,8 +20,13 @@ source: https://github.com/ahujasid/blender-mcp
|
|||
transport:
|
||||
type: stdio
|
||||
command: "uvx"
|
||||
# Pinned per catalog dependency policy: exact version, and the release must
|
||||
# be at least 2 weeks old at pin time (supply-chain cooldown — same rule as
|
||||
# pyproject.toml dependencies). 1.6.4 released 2026-06-11. The catalog never
|
||||
# auto-updates; bumping the pin is a PR to this manifest.
|
||||
args:
|
||||
- "blender-mcp"
|
||||
- "blender-mcp==1.6.4"
|
||||
version: "1.6.4"
|
||||
env:
|
||||
# Upstream ships anonymous telemetry, on by default. Hermes policy is
|
||||
# no outbound telemetry without explicit opt-in, so the catalog entry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue