File tree Expand file tree Collapse file tree 4 files changed +16
-40
lines changed
samples/InMemoryTransport Expand file tree Collapse file tree 4 files changed +16
-40
lines changed Original file line number Diff line number Diff line change 4343 <Project Path =" samples/AspNetCoreMcpServer/AspNetCoreMcpServer.csproj" />
4444 <Project Path =" samples/ChatWithTools/ChatWithTools.csproj" />
4545 <Project Path =" samples/EverythingServer/EverythingServer.csproj" />
46+ <Project Path =" samples/InMemoryTransport/InMemoryTransport.csproj" />
4647 <Project Path =" samples/ProtectedMcpClient/ProtectedMcpClient.csproj" />
4748 <Project Path =" samples/ProtectedMcpServer/ProtectedMcpServer.csproj" />
4849 <Project Path =" samples/QuickstartClient/QuickstartClient.csproj" />
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >net8.0</TargetFramework >
6+ <ImplicitUsings >enable</ImplicitUsings >
7+ <Nullable >enable</Nullable >
8+ <PublishAot >true</PublishAot >
9+ </PropertyGroup >
10+
11+ <ItemGroup >
12+ <ProjectReference Include =" ..\..\src\ModelContextProtocol\ModelContextProtocol.csproj" />
13+ </ItemGroup >
14+
15+ </Project >
Original file line number Diff line number Diff line change 1- #!/usr/bin/env -S dotnet run --
2- #: project ../ ../ src / ModelContextProtocol / ModelContextProtocol . csproj
3-
41using ModelContextProtocol . Client ;
52using ModelContextProtocol . Protocol ;
63using ModelContextProtocol . Server ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments