Restore missing Claude Desktop MCP helper#1578
Draft
r3dbars wants to merge 1 commit into
Draft
Conversation
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.
What changed
transcripted-mcphelper when Claude Desktop still has the canonical Transcripted config entry but the helper is missing or no longer executable.Root cause and user impact
Claude Desktop's JSON config could continue pointing at Transcripted while the installed helper was absent or non-executable after an interrupted update. The launch refresh only repaired helpers that already existed, so that state never self-healed. Claude then could not spawn the configured stdio server, leaving Transcripted absent from the local Connections/Connectors list even though its config entry remained.
A second startup defect allowed two MCP clients sharing a cold derived index to race through the schema rebuild. One process could remove the SQLite file while the other was preparing it, causing a pre-handshake crash and the same config-present/server-absent symptom.
Server key casing, helper name, canonical install path, app identity routing, and the shipped stdio protocol response were checked and were not the regression.
Synthetic proof
Only synthetic local data was used.
initializeSQLite failure in 2 of 3 runs (disk I/O error/ missing-table startup failure).initializeresponses in all 3 equivalent runs.transcripted-mcpexecutables against one shared cold index and requires both server responses.bash build.sh --no-open, agent preflight,git diff --check, and privacy leak sweep passed.codex review --uncommittedcompleted with no accepted or actionable findings.Manual proof still required
This branch has not been merged or released, and no private user config or diagnostics were accessed. Final proof remains a current Claude Desktop run with an installed patched Transcripted build and a populated real library: use Transcripted's Connect/Repair action, fully quit and reopen Claude Desktop, then confirm Transcripted appears and connects in Claude Desktop's local Connections/Connectors list and Developer MCP status.