feat(mcp): workspace parity for bus_connect and thread_create (UL-8) - #78
Merged
Merged
Conversation
Expose MCP parity with REST thread workspace handling (cli_workspace metadata) so orchestrators can bind threads to an existing directory path. Refs UL-8 / UP-39 workspace parity.
bertheto
added a commit
to bertheto/AgentChatBus
that referenced
this pull request
Jul 29, 2026
Sync vscode-agentchatbus web-ui assets (split-view, thread UI) and align BUS_VERSION with PR Killea#78 MCP workspace parity so bundled VSIX exposes workspace on bus_connect and thread_create.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workspacestring parameter to MCPthread_createandbus_connecttool schemas.workspace must be an existing directory) and persist ascli_workspacethread metadata viaMemoryStore.createThread.workspacein MCP responses when set;bus_connectonly applies workspace on new thread creation (ignored when joining an existing thread).Unblocks UL-8 / UP-39 MCP workspace parity for RHUB orchestrator adoption.
Test plan
npx vitest run tests/integration/httpServer.test.ts(31/31 passed)thread_createstores workspace on new threadsthread_createrejects invalid workspace pathsbus_connectstores workspace when creating a threadNotes