initial commit
This commit is contained in:
14
ConsoleEchoMcpServer/ConsoleEchoMcpServer.csproj
Normal file
14
ConsoleEchoMcpServer/ConsoleEchoMcpServer.csproj
Normal 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>
|
||||
3
ConsoleEchoMcpServer/Program.cs
Normal file
3
ConsoleEchoMcpServer/Program.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
Console.WriteLine("Hello, World!");
|
||||
Reference in New Issue
Block a user