diff --git a/src/main/services/MCPService.ts b/src/main/services/MCPService.ts index c9c4185b..22f7006f 100644 --- a/src/main/services/MCPService.ts +++ b/src/main/services/MCPService.ts @@ -164,7 +164,7 @@ class McpService { tools.map((tool: any) => { const serverTool: MCPTool = { ...tool, - id: nanoid(), + id: `f${nanoid()}`, serverId: server.id, serverName: server.name }