Skip to content

Commit 6e3996f

Browse files
committed
Fix tools
1 parent bdc037f commit 6e3996f

File tree

1 file changed

+2
-2
lines changed
  • src/components/Agentic/IncidentTemplate/MCPServerDialog

1 file changed

+2
-2
lines changed

src/components/Agentic/IncidentTemplate/MCPServerDialog/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export const MCPServerDialog = ({
120120
};
121121

122122
const tools = useMemo(
123-
() => testMCPServerResult.data?.tools ?? [],
124-
[testMCPServerResult.data]
123+
() => serverData?.all_tools ?? [],
124+
[serverData?.all_tools]
125125
);
126126

127127
const steps = [

0 commit comments

Comments
 (0)