Build initial MCP SSH server

This commit is contained in:
Vibe Myass
2026-05-24 20:45:12 +00:00
commit a8f7e8f483
28 changed files with 2116 additions and 0 deletions

8
McpSsh.slnx Normal file
View File

@@ -0,0 +1,8 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/McpSsh.Server/McpSsh.Server.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/McpSsh.Tests/McpSsh.Tests.csproj" />
</Folder>
</Solution>