(ctx context.Context, slug string)
| 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) |
| 528 | GetMCPServerUserToken(ctx context.Context, arg GetMCPServerUserTokenParams) (MCPServerUserToken, error) |
no outgoing calls