feat(x): import Wispr Flow meetings via MCP - #834
Open
Rahulk644 wants to merge 1 commit into
Open
Conversation
Rahulk644
marked this pull request as ready for review
August 6, 2026 08:04
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
Adds an OAuth-backed Wispr Flow connector to the Rowboat desktop app. After Wispr finalizes a Notetaker meeting, Rowboat imports the title, My thoughts, summary, action items, participants, and speaker-attributed transcript as a normal meeting note under
knowledge/Meetings/wispr-flow/.The note then participates in Rowboat's existing knowledge ingestion, tagging, graph, search, backlink, agent, and meeting-ready event flows.
Why
Wispr already provides the live meeting experience (detection, capture, transcript, speakers, and post-call processing). Re-recording the same call in Rowboat would duplicate capture and processing. This connector keeps the boundary simple:
The existing DCR path also assumed that
registration_endpointwas present in OpenID discovery metadata. Wispr exposes an explicit RFC 7591 registration endpoint, so this adds a reusable, tested explicit-DCR path and RFC 8707 protected-resource binding.Behavior and safety
Name: textturns to Rowboat's transcript-block contract and derives non-generic participant names.The full contract and contributor test path are documented in
docs/WISPR_FLOW_MCP_SYNC.md.Verification
pnpm lintpnpm typecheckpnpm test— 75 files / 848 tests passedThe local main-process build skipped Rowboat's optional Swift mic-monitor helper because the installed Swift compiler and macOS SDK versions do not match; the Electron main bundle completed. That existing helper is unrelated to this connector and CI's package smoke test remains authoritative.
Scope
This PR is deliberately independent of #833. It excludes native capture, Accessibility, local desktop extraction, meeting overlays, and experimental meeting-only launchers.