Dock: browser-mcp island registered but WASM 404 #141
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os#141
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?
Opening the Browser MCP island shows:
Root cause
browser-mcpis incrates/hero_os_app/src/registry.rsand the placeholder arms exist inisland_content.rs, but nobrowser_mcpWASM is produced anywhere in the workspace (nohero_archipelagos_browser*crate, noisland-browser-mcpCargo feature, nohero_browser_appworkspace member).After the hyphen normaliser in
91aba61,props.island_idarrives asbrowser_mcp, the static-match arms miss, andDynamicIslandLoaderrequests/hero_os/ui/islands/browser_mcp/hero_archipelagos_browser_mcp.jswhich doesn't exist -> 404.Smallest fix
Drop
browser-mcpfromregistry.rsand remove the dead arms inisland_content.rsuntil a real implementation lands (mirrors the intent offa684af).