fix: improve client connection handling and tool listing in mcpService (#30)

This commit is contained in:
samanhappy
2025-04-23 15:46:06 +08:00
committed by GitHub
parent afd1ee7a50
commit c1eabb5607
7 changed files with 175 additions and 38 deletions

View File

@@ -31,6 +31,7 @@ const ServersPage: React.FC = () => {
const handleEditComplete = () => {
setEditingServer(null);
triggerRefresh();
};
const handleRefresh = async () => {