Skip to content

Commit 13bbf01

Browse files
committed
clean
1 parent 051aee8 commit 13bbf01

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/ManagedCode.MCPGateway/Catalog/Internal/Sources/McpGatewayToolSourceRegistrations.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ internal sealed record McpGatewayLoadedTool(
2727
internal sealed record McpGatewayLoadedPrompt(Prompt ProtocolPrompt)
2828
{
2929
public string Name => ProtocolPrompt.Name;
30-
31-
public string? Title => ProtocolPrompt.Title;
32-
33-
public string? Description => ProtocolPrompt.Description;
34-
35-
public IReadOnlyList<PromptArgument> Arguments =>
36-
ProtocolPrompt.Arguments as IReadOnlyList<PromptArgument>
37-
?? ProtocolPrompt.Arguments?.ToArray()
38-
?? [];
3930
}
4031

4132
internal sealed record McpGatewayLoadedResource(Resource Resource);

0 commit comments

Comments
 (0)