MCP publishes metadata only — no file transfer to anatomy #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The MCP server creates products, versions, and representations in the AYON database, but does NOT copy source files to the project anatomy (the flat_simple publish directory on disk).
After
ayon_publish_modelsucceeds, the agent must manuallycpfiles into~/Documents/projects_privat/.../publish/modelMain/v1/. This is a two-step workaround instead of a proper publish.Impact
The MCP does not fulfill the complete publish workflow. Every publish requires an additional manual file copy step.
Proposed Fix
Add a file transfer mechanism (v0.4.0 File Bridge):
source_pathparameter (local filesystem path to the FBX/texture file)source_pathinto the correct anatomy locationContext
Three AYON publish methods exist:
ayon publish --file manifest.jsonThe MCP should implement option 3 or a direct anatomy write.