feat: add searchable MCP tool inventory#1679
Closed
Michaelyklam wants to merge 2 commits intonesquena:masterfrom
Closed
feat: add searchable MCP tool inventory#1679Michaelyklam wants to merge 2 commits intonesquena:masterfrom
Michaelyklam wants to merge 2 commits intonesquena:masterfrom
Conversation
Collaborator
|
Closed by the v0.51.1 release in PR #1681 (merged at e23ba59). Massive thanks @Michaelyklam — this is now 19 merged PRs across the v0.50.292–v0.51.1 release window, an extraordinary contribution rate. Each PR was per-claim-vs-diff verified against your description and every security-relevant code path checked under independent review (Opus advisor, 6/6 questions clean). Your Live on production: https://github.com/nesquena/hermes-webui/releases/tag/v0.51.1 🚀 |
nesquena-hermes
pushed a commit
to Michaelyklam/hermes-webui
that referenced
this pull request
May 5, 2026
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.
Thinking Path
What Changed
GET /api/mcp/toolswith sanitized MCP tool inventory rows: tool name, source server, description, active/enabled/status, and a compact schema summary.Why It Matters
tools/tool_schemascontract while staying useful with the already-registered tool registry today.Verification
node --check static/panels.jsnode --check static/i18n.js/home/michael/.hermes/hermes-agent/venv/bin/python -m py_compile api/routes.py/home/michael/.hermes/hermes-agent/venv/bin/python -m pytest tests/test_issue697_mcp_tool_inventory.py -q→6 passed in 1.57s/home/michael/.hermes/hermes-agent/venv/bin/python -m pytest tests/test_issue538_mcp_management.py tests/test_issue696_mcp_visibility_panel.py tests/test_issue697_mcp_tool_inventory.py tests/test_chinese_locale.py tests/test_japanese_locale.py tests/test_russian_locale.py tests/test_spanish_locale.py -q→57 passed in 2.23sgit diff --checkenv -u HERMES_CONFIG_PATH /home/michael/.hermes/hermes-agent/venv/bin/python -m pytest tests/ -q→4299 passed, 2 skipped, 3 xpassed, 1 warning, 8 subtests passed in 404.73s127.0.0.1:18797) with synthetic MCP Tools rows verified search filtering, source server badge, active status, description, and schema summary.UI media:
Risks / Follow-ups
Model Used
gpt-5.5via Hermes Agent CLI with terminal, file, browser, and kanban tools.