Skip to content

Commit c51a1ef

Browse files
authored
Apply suggestion from @halter73
1 parent 663919c commit c51a1ef

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

samples/AspNetCoreMcpPerSessionTools/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
}
3333
}
3434
};
35-
})
36-
.WithTools<ClockTool>()
37-
.WithTools<CalculatorTool>()
38-
.WithTools<UserInfoTool>();
35+
});
3936

4037
var app = builder.Build();
4138

0 commit comments

Comments
 (0)