fix(catalog): add Context7 to optional-mcp catalog - #6
Open
liuhao1024 wants to merge 1 commit into
Open
Conversation
Context7 (@upstash/context7-mcp) is a tools-only MCP server that provides resolve_library_id and query_docs tools for up-to-date library and version documentation queries. It requires no authentication (free, no API key). This fixes NousResearch#62675.
|
liuhao1024
pushed a commit
that referenced
this pull request
Aug 15, 2026
…view #6) The fail-fast admission path (bounded compress pool, F6) only logged a WARNING; in the compression-attempt telemetry stream a wedged pool looked like compression simply stopped being attempted. Emit the existing attempt telemetry with failure_class='pool_saturated' (commit_status=aborted, split_status=aborted) on refusal, following _emit_compression_attempt_telemetry's existing call shape. Regression extends the F6 saturation test (sabotage-verified).
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 Context7 (@upstash/context7-mcp) to the optional-mcp catalog. Context7 is a tools-only MCP server that provides resolve_library_id and query_docs tools for up-to-date library and version documentation queries. It requires no authentication (free, no API key).
This addresses the catalog gap where fresh Hermes sessions cannot use Context7 unless users manually discover the npm package and write the mcp_servers stanza by hand. After this fix, users can run
hermes mcp install context7to get the Context7 tools automatically.The approach adds a minimal manifest.yaml file (34 lines) that follows the existing catalog schema, matching the patterns used by linear, n8n, and unreal-engine entries.
Related Issue
Fixes NousResearch#62675
Type of Change
Changes Made
optional-mcps/context7/manifest.yaml: New catalog entry for Context7 MCP serverHow to Test
hermes mcp catalogshould list Context7 as an available option.hermes mcp install context7should prompt for confirmation and register the server in ~/.hermes/config.yaml.hermes mcp test context7should discover at least 2 tools (resolve_library_id, query_docs).Observed result: With the manifest in place, the existing MCP catalog infrastructure (
hermes_cli/mcp_catalog.py) correctly parses the manifest and enableshermes mcp install context7.Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passDocumentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/A