MCP recap returns meeting summaries#1368
Open
r3dbars wants to merge 1 commit into
Open
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.
Summary
recapto prefer parsed meeting summary sections over raw transcript preview linesdecisions,actionItems,openQuestions, andsummarySourcefields while preserving existing recap keysTests / checks
cd Tools/TranscriptedMCP && swift test(113 tests, pass)cd Tools/TranscriptedMCP && swift build -c release(pass)TRANSCRIPTED_DATA_DIR=<tmp> TRANSCRIPTED_INDEX_DIR=<tmp>/index ./.build/release/transcripted-mcp --self-test(pass,ok: true)git diff --check(pass)codex review --base origin/main(no actionable bugs; reranswift test)Notes
./.build/release/transcripted-mcp --self-testagainst this Mac's existing app cache failed withMCPIndexError.queryFailed("no such table: dictation_days"); temp isolated self-test passed. That looks like stale local cache/schema state, not this recap diff.lanes used: Codex=implementation/tests/review/PR; Claude=skipped, not needed for narrow MCP handler change; Local=attempted scan via
/Users/redbars/.codex/maestro/runs/20260703T001532Z-ws22-mcp-recap-scan-localbut output was unusable/noise; Windows=skipped, not needed for local Swift package proof.