diff --git a/src/components/MCPApp.tsx b/src/components/MCPApp.tsx index 62b2d766..76c6fdaf 100644 --- a/src/components/MCPApp.tsx +++ b/src/components/MCPApp.tsx @@ -263,8 +263,6 @@ const MCPApp: React.FC = ({ entryIndex, toolID }) => { }; loadContent(); - // Theme is intentionally excluded — theme changes are pushed via host-context-changed notification - // eslint-disable-next-line react-hooks/exhaustive-deps return () => { cancelled = true; };