feat(mcp): add TypeWhisper catalog entry - #64016
Open
SeoFood wants to merge 1 commit into
Open
Conversation
SeoFood
marked this pull request as ready for review
July 13, 2026 22:50
tonydwb
reviewed
Jul 14, 2026
tonydwb
left a comment
There was a problem hiding this comment.
Code Review Summary
Verdict: Comment
30 PRs reviewed (batch: 64044-63999). See aggregate summary at PR 64044.
Reviewed by Hermes Agent
teknium1
reviewed
Jul 16, 2026
teknium1
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the focused catalog contribution. The manifest uses the existing MCP-catalog route and its exact @typewhisper/mcp@0.1.2 pin matches the current catalog contract.
Problems
- Blocking: the new manifest is not declared in wheel data files.
pyproject.toml:323-336requires one[tool.setuptools.data-files]target peroptional-mcps/<name>/manifest.yaml, but it currently lists onlylinearandn8n. Becausehermes_cli/mcp_catalog.py:136-140resolves the catalog from the installed distribution, packaged installs would not contain this entry even though it works from a source checkout.
Suggested changes
- Add
"optional-mcps/typewhisper" = ["optional-mcps/typewhisper/manifest.yaml"]topyproject.tomland add a regression guard for manifest/data-files parity.
Automated hermes-sweeper review.
SeoFood
force-pushed
the
seofood/typewhisper-mcp-catalog
branch
from
July 16, 2026 09:44
aa24e74 to
5f0a355
Compare
SeoFood
force-pushed
the
seofood/typewhisper-mcp-catalog
branch
from
July 21, 2026 18:39
5f0a355 to
a0e141e
Compare
SeoFood
force-pushed
the
seofood/typewhisper-mcp-catalog
branch
from
July 27, 2026 15:06
a0e141e to
6f7904c
Compare
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 does this PR do?
Adds TypeWhisper to the Nous-approved MCP catalog so users can install its local speech-to-text tools with:
The catalog entry launches the published
@typewhisper/mcp@0.1.2stdio server. TypeWhisper discovers its authenticated local API automatically on macOS and Windows; remote hosts can be configured through the MCP server'senvblock.The default tool selection enables status, model listing, file transcription, history search, and read-only dictionary access. Dictionary writes and deletes remain available in the install checklist but are disabled by default.
Type of Change
Changes Made
optional-mcps/typewhisper/manifest.yaml.The branch is rebased onto current
main, including #68217. Hermes no longer supports pip/PyPI wheel or sdist distribution; catalog data now comes directly from the checkout for source/Docker installs and from the bundledoptional-mcpsstore path for Nix installs.How to Test
The targeted suite passes all 129 tests on the current PR head.
The real install path was also exercised against a running TypeWhisper instance with an isolated
HERMES_HOME:HERMES_HOME="$(mktemp -d)" .venv/bin/hermes mcp install typewhisperHermes discovered all 10 tools and persisted the six manifest defaults.
Checklist