initial commit

This commit is contained in:
Zhanghu
2025-11-13 09:48:15 +08:00
commit ed210cee1b
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ModelContextProtocol" Version="0.4.0-preview.3" />
</ItemGroup>
</Project>