From 0479af772d4d108b9c4200f829827466c59c8917 Mon Sep 17 00:00:00 2001 From: Andy Pickering Date: Thu, 7 May 2026 18:14:54 +0900 Subject: [PATCH] Remove incorrect comment in MCP Apps component --- src/components/MCPApp.tsx | 2 -- 1 file changed, 2 deletions(-) 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; };