Develop#234
Merged
Merged
Conversation
RCA: org_describe resolved the Provar workspace via a sibling workspace-<name> dir; the layout needed updating so the project's parent directory is treated as the workspace root. Fix: workspaceCandidates now yields <parent>/, <parent>/Provar_Workspaces/workspace-<basename>/, and ~/Provar/workspace-<basename>/; discoverWorkspace requires a .metadata dir so candidate 1 falls through when the parent is not a workspace; removed the now-unused projectNameDashes helper and updated tests and docs.
RCA: PDX-515 fixed SfObject cache parsing but the earlier release only probed the sibling workspace-<basename> directory, so parent-layout IDE workspaces were never discovered and the improved parser never ran for those users, and PR #232 then dropped the sibling probe entirely which would regress sibling-layout users. Fix: workspaceCandidates now probes parent, then sibling workspace-<basename>, then Provar_Workspaces, then ~/Provar (each gated on a .metadata dir so no false-positive fault paths), preferring the parent IDE layout while keeping sibling workspaces discoverable; sync the in-tool description and docs/mcp.md to the four-candidate order and add a sibling-only back-compat regression test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
RCA: the additive org_describe workspace-discovery fix is a user-visible behaviour change over 1.6.3 and needs its own patch release so MCP consumers can pin the corrected build. Fix: bump package.json version and both server.json fields (top-level version and packages[0].version) from 1.6.3 to 1.6.4, keeping the npm and MCP-registry manifests in sync. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…pace-discovery PDX-515: fix(mcp): additive org_describe workspace discovery (no regression)
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.
No description provided.