MCP: Show connected MCPs + add default MCP support #36
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_aibroker#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Expected Behavior
Acceptance Criteria
Implementation Spec for Issue #36 — Default MCP Servers
Objective
Auto-load built-in default MCP servers so the MCP tab works out of the box without
MCP_CONFIG_PATH.Approach
load_defaults()toMcpManagerthat finds MCP binaries next to the running executablemain.rs(skips servers already loaded from config)mcp_ping(always),mcp_hero(if binary + env vars exist)Files to Modify
crates/hero_aibroker/src/mcp.rs— Addload_defaults()methodcrates/hero_aibroker_ui/src/main.rs— Callload_defaults()after config loadingcrates/hero_aibroker_ui/templates/fragments/mcp_pane.html— Update empty-state messageAcceptance Criteria
🤖 Generated with Claude Code
Test Results
Implementation Summary
Changes
mcp.rs— Addedload_defaults()method: auto-discoversmcp_pingandmcp_herobinaries next to the running executable or in~/hero/bin/, skips duplicates from confighero_aibroker_ui/main.rs— Callsload_defaults()after config loadinghero_aibroker_server/main.rs— Samemcp_pane.html— Updated empty-state messageindex.html+base.html— UI improvements (linter changes)Acceptance Criteria
🤖 Generated with Claude Code
Implementation committed:
fb43b4aBrowse:
fb43b4a