New MCP Server doesnt support userdata #439
ssimpson89
started this conversation in
General
Replies: 3 comments
|
Thanks for trying this out already @ssimpson89 - we will fix this soon. |
0 replies
|
Hey @ssimpson89, the MCP server now supports the In the latest release, the MCP server supports all the fields exposed by our SDK. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Playing with the new mcp server and it works amazing! One note claude found
All three VM-create/update MCP tools declare additionalProperties: false and none expose userdata:
Because additionalProperties: false is set, the server rejects any extra field, so I couldn't pass userdata even if I tried.
All reactions