diff --git a/webview-ui/src/components/marketplace/MarketplaceListView.tsx b/webview-ui/src/components/marketplace/MarketplaceListView.tsx index 2600c71d8c..8ce5eb97f0 100644 --- a/webview-ui/src/components/marketplace/MarketplaceListView.tsx +++ b/webview-ui/src/components/marketplace/MarketplaceListView.tsx @@ -47,8 +47,8 @@ export function MarketplaceListView({ stateManager, allTags, filteredTags, filte onClose={() => setShowCustomMcpDialog(false)} onSuccess={() => { setShowCustomMcpDialog(false) - // Optionally refresh the marketplace data - manager.transition({ type: "REFRESH" }) + // Refresh the marketplace data to show the new custom MCP + manager.transition({ type: "FETCH_ITEMS" }) }} /> )}