MCP: Custom MCP server management #37
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#37
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
Users cannot add their own custom MCP servers to the broker.
Expected Behavior
Acceptance Criteria
Already Implemented
This issue was implemented as part of the MCP infrastructure work. All acceptance criteria are met:
mcp_pane.htmlhas Name + Command + Args form, callsmcp.add_serverRPCmcp.list_serversreturns all servers (defaults + custom), rendered as cards with tool count and status badgesmcp.remove_serverRPCKey files
crates/hero_aibroker/src/mcp.rs— McpManager withadd_server(),remove_server(),list_servers(),list_tools()crates/hero_aibroker_ui/src/api/mod.rs— 6 RPC handlers:mcp.health,mcp.list_servers,mcp.list_tools,mcp.refresh,mcp.add_server,mcp.remove_servercrates/hero_aibroker_ui/templates/fragments/mcp_pane.html— Interactive UI with add form + remove buttons🤖 Generated with Claude Code