You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// /app/components/mcp-market.tsx// 加载预设服务器useEffect(()=>{constloadPresetServers=async()=>{if(!mcpEnabled)return;try{setLoadingPresets(true);constresponse=awaitfetch("https://nextchat.club/mcp/list");if(!response.ok){thrownewError("Failed to load preset servers");}constdata=awaitresponse.json();setPresetServers(data?.data??[]);}catch(error){console.error("Failed to load preset servers:",error);showToast("Failed to load preset servers");}finally{setLoadingPresets(false);}};loadPresetServers();},[mcpEnabled]);
📦 Deployment Method
Other
📌 Version
the main branch (commit: 48469bd)
💻 Operating System
macOS
📌 System Version
14.4.1
🌐 Browser
Chrome
📌 Browser Version
Version 133.0.6943.142 (Official Build) (arm64)
🐛 Bug Description
What service is https://nextchat.club/mcp/list? It does not return the mcp preset server configuration.
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: