(ctx context.Context, id uuid.UUID)
| 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) |
| 526 | GetMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error) |
| 527 | GetMCPServerConfigsByIDs(ctx context.Context, ids []uuid.UUID) ([]MCPServerConfig, error) |
no outgoing calls