Skip to content

Commit cf115d0

Browse files
committed
update usings
1 parent 9be6e7a commit cf115d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ Next, define a class with the tool execution handlers for querying and convertin
15061506
```csharp
15071507
using ModelContextProtocol.Server;
15081508
using System.ComponentModel;
1509-
using System.Net.Http.Json;
1509+
using System.Globalization;
15101510
using System.Text.Json;
15111511

15121512
namespace QuickstartWeatherServer.Tools;

0 commit comments

Comments
 (0)