1 write to McpServer
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshot(){ Name = (string)args[0], Type = (string)args[1], State = (string)args[2],
McpServer
= (global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)args[3] },
5 references to McpServer
aspire (5)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (2)
124
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshot)obj).
McpServer
,
156
ResourceSnapshotMcpServerSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.ResourceSnapshot)value).
McpServer
);
Commands\McpStartCommand.cs (3)
321
if (snapshot.
McpServer
is not null)
331
if (resource.
McpServer
is null)
336
foreach (var tool in resource.
McpServer
.Tools)