-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I was trying out the MCP Server today, and ran into issues where it could not create any content on my test site and reported a Content type culture variance mismatch
exception when attempting to create content.
Looking at the source code for the create-document
tool, I can see that the Culture value is currently being hardcode as null
in the payload that's sent to the Management API:
umbraco-mcp/mcp-server/src/umb-management-api/tools/document/post/create-document.ts
Lines 648 to 654 in 746c65e
variants: [ | |
{ | |
culture: null, | |
name: model.name, | |
segment: null, | |
}, | |
], |
I imagine proper support for variants is planned, but thought I'd just raise an issue just in case this was missed.
Metadata
Metadata
Assignees
Labels
No labels