We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8414766 commit 31c3125Copy full SHA for 31c3125
tests/ModelContextProtocol.Tests/Protocol/ElicitationUrlTests.cs renamed to tests/ModelContextProtocol.Tests/Protocol/UrlElicitationTests.cs
@@ -6,13 +6,8 @@
6
7
namespace ModelContextProtocol.Tests.Configuration;
8
9
-public partial class ElicitationUrlTests : ClientServerTestBase
+public partial class UrlElicitationTests(ITestOutputHelper testOutputHelper) : ClientServerTestBase(testOutputHelper)
10
{
11
- public ElicitationUrlTests(ITestOutputHelper testOutputHelper)
12
- : base(testOutputHelper)
13
- {
14
- }
15
-
16
protected override void ConfigureServices(ServiceCollection services, IMcpServerBuilder mcpServerBuilder)
17
18
mcpServerBuilder.WithCallToolHandler(async (request, cancellationToken) =>
0 commit comments