1 write to McpServer
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
124Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshot)obj).McpServer, 156ResourceSnapshotMcpServerSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.ResourceSnapshot)value).McpServer);
Commands\McpStartCommand.cs (3)
321if (snapshot.McpServer is not null) 331if (resource.McpServer is null) 336foreach (var tool in resource.McpServer.Tools)