Class SearchResponse
Ranked results, NOT a paginated collection — the {results} shape is a deliberate carve-out matching the MCP search_resources tool.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class SearchResponse
Properties
Results
Declaration
[JsonPropertyName("results")]
public List<SearchResultResponse> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SearchResultResponse> |