From 870440c23d522145577941e38a0505bd550d926f Mon Sep 17 00:00:00 2001 From: drjones Date: Fri, 14 Aug 2026 02:09:50 +0000 Subject: [PATCH] Debug pass: fix extract_text_keywords_mcp invalid-JS customScript, point Ollama delegation tools to shadow-death (real data, no simulation) --- src/components/MCPGuideTab.tsx | 4 ++-- src/components/MCPHubTab.tsx | 2 +- src/server/mcpRegistry.ts | 4 ++-- src/server/tools/localModelTools.ts | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/MCPGuideTab.tsx b/src/components/MCPGuideTab.tsx index cd81424..f7476b0 100644 --- a/src/components/MCPGuideTab.tsx +++ b/src/components/MCPGuideTab.tsx @@ -38,7 +38,7 @@ export const MCPGuideTab: React.FC = () => { const sseEventSourceRef = useRef(null); // Local Ollama / GPU Probe State - const [ollamaEndpoint, setOllamaEndpoint] = useState('http://localhost:11434'); + const [ollamaEndpoint, setOllamaEndpoint] = useState('http://10.30.20.128:11434'); const [probingOllama, setProbingOllama] = useState(false); const [probeResult, setProbeResult] = useState(null); @@ -593,7 +593,7 @@ main(); type="text" value={ollamaEndpoint} onChange={(e) => setOllamaEndpoint(e.target.value)} - placeholder="http://localhost:11434" + placeholder="http://10.30.20.128:11434" className="px-3 py-2 bg-slate-50 border border-slate-300 rounded-xl text-xs font-mono text-slate-800 w-48 sm:w-60 focus:outline-none focus:ring-2 focus:ring-emerald-500" />