1 instantiation of ResourceCommandJson
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
104
.Select(c => new
ResourceCommandJson
3 references to ResourceCommandJson
aspire (3)
Commands\ResourcesCommand.cs (1)
36
[JsonSerializable(typeof(
ResourceCommandJson
))]
Mcp\Tools\ListResourcesTool.cs (1)
22
[JsonSerializable(typeof(
ResourceCommandJson
))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
112
public
ResourceCommandJson
[]? Commands { get; set; }