(ctx context.Context)
| 520 | GetLatestWorkspaceBuildsByWorkspaceIDs(ctx context.Context, ids []uuid.UUID) ([]WorkspaceBuild, error) |
| 521 | GetLicenseByID(ctx context.Context, id int32) (License, error) |
| 522 | GetLicenses(ctx context.Context) ([]License, error) |
| 523 | GetLogoURL(ctx context.Context) (string, error) |
| 524 | GetMCPServerConfigByID(ctx context.Context, id uuid.UUID) (MCPServerConfig, error) |
| 525 | GetMCPServerConfigBySlug(ctx context.Context, slug string) (MCPServerConfig, error) |
no outgoing calls