mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fix(dashboard): fold one-field mcp category into agent tab
The new top-level mcp: config section surfaces exactly one field (auto_reload_on_config_change) in the dashboard settings schema, which tripped the no-single-field-categories invariant. Merge it into the agent tab like onboarding/computer_use.
This commit is contained in:
parent
60092f728c
commit
da519ebc5c
1 changed files with 5 additions and 0 deletions
|
|
@ -779,6 +779,11 @@ _CATEGORY_MERGE: Dict[str, str] = {
|
|||
# with the other messaging-platform config (discord) so it isn't an
|
||||
# orphan tab of one field.
|
||||
"telegram": "discord",
|
||||
# `mcp.auto_reload_on_config_change` is the only schema-surfaced mcp
|
||||
# runtime field (server definitions live under mcp_servers, edited via
|
||||
# the MCP tab) — fold it into the agent tab rather than spawning a
|
||||
# one-field orphan category.
|
||||
"mcp": "agent",
|
||||
# `computer_use.cua_telemetry` is the only schema-surfaced computer_use
|
||||
# field — fold it into the agent tab rather than spawning a one-field
|
||||
# orphan category.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue