feat(mcp): pull workspace root Folders when no project is selected - #41
feat(mcp): pull workspace root Folders when no project is selected#41Yevhenii-Matvienko wants to merge 1 commit into
Conversation
Adds a root-Folders pull path to corezoid-init: declining the project picker now offers to pull everything under the workspace's root Folders (folders, processes, state diagrams, aliases) in one call, without needing a stage or project. pull-folder/list-folders/ show-folder/pull-process work before a stage is configured. Also fixes list-folders reading the wrong field for entry kind, pulling a plain folder failing with "stage directory not found", and .env writes getting silently dropped when more than one MCP server process is alive at once. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
AI ReviewAdds root-Folders pull path (folder_id=0) to corezoid-init, fixes list-folders obj_type field, plain-folder unzip suffix, concurrent .env write race, and stale auth state across multi-process MCP servers. All checks pass; one style warning on importing Checklist
Issues foundwarning — This review was generated automatically. A human maintainer makes the final decision. |
Adds a root-Folders pull path to corezoid-init: declining the project picker now offers to pull everything under the workspace's root Folders (folders, processes, state diagrams, aliases) in one call, without needing a stage or project. pull-folder/list-folders/ show-folder/pull-process work before a stage is configured.
Also fixes list-folders reading the wrong field for entry kind, pulling a plain folder failing with "stage directory not found", and .env writes getting silently dropped when more than one MCP server process is alive at once.