Skip to content

Commit 44a2654

Browse files
Revert InMemoryTransport to traditional project structure
Co-authored-by: eiriktsarpalis <[email protected]>
1 parent fd56321 commit 44a2654

File tree

4 files changed

+16
-40
lines changed

4 files changed

+16
-40
lines changed

ModelContextProtocol.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
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" />
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>

samples/InMemoryTransport/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env -S dotnet run --
2-
#:project ../../src/ModelContextProtocol/ModelContextProtocol.csproj
3-
41
using ModelContextProtocol.Client;
52
using ModelContextProtocol.Protocol;
63
using ModelContextProtocol.Server;

samples/InMemoryTransport/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)