feat: add MCP server visibility panel#1670
Closed
Michaelyklam wants to merge 1 commit intonesquena:masterfrom
Closed
feat: add MCP server visibility panel#1670Michaelyklam wants to merge 1 commit intonesquena:masterfrom
Michaelyklam wants to merge 1 commit 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
mcp_servers, andtools.mcp_tool.get_mcp_status()exposes already-known registry status without probing or starting arbitrary MCP processes.What Changed
GET /api/mcp/serversto includeenabled,active,status,tool_count,connect_timeout,toggle_supported: false, andreload_required: true.enabledvalues, including numeric YAML values likeenabled: 0.Why It Matters
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_issue538_mcp_management.py tests/test_issue696_mcp_visibility_panel.py tests/test_chinese_locale.py tests/test_japanese_locale.py -q→44 passed in 2.27sgit diff --checkenv -u HERMES_CONFIG_PATH /home/michael/.hermes/hermes-agent/venv/bin/python -m pytest tests/ -q→4293 passed, 2 skipped, 3 xpassed, 1 warning, 8 subtests passed in 392.69s127.0.0.1:18796) with synthetic MCP config verified configured/disabled rows, masked env/header secrets, tool counts, and read-only notes.UI media:
Risks / Follow-ups
Model Used
gpt-5.5via Hermes Agent CLI with terminal, file, browser, and kanban tools.