(ctx context.Context, sid string)
| 399 | } |
| 400 | |
| 401 | func (i *imlServiceModule) deleteMCPServer(ctx context.Context, sid string) { |
| 402 | mcp_server.DelServer(sid) |
| 403 | } |
| 404 | |
| 405 | func (i *imlServiceModule) ExportAll(ctx context.Context) ([]*service_dto.ExportService, error) { |
| 406 | services, err := i.serviceService.ServiceList(ctx) |