build: project skeleton (Core / Host / Tests) + MCP SDK
- src/Kompas.Mcp.Core: classlib с ссылками на interop-сборки КОМПАС - src/Kompas.Mcp.Host: console, ModelContextProtocol 1.3.0 + Hosting - tests/Kompas.Mcp.Tests: xUnit, ссылка на Core - все проекты унаследовали net8.0-windows/x64 из Directory.Build.props - docs/OPEN_QUESTIONS.md: журнал спорных решений - .gitignore: добавлен .scratch/ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
<Solution>
|
||||
<Folder Name="/src/">
|
||||
<Project Path="src/Kompas.Mcp.ConnectSpike/Kompas.Mcp.ConnectSpike.csproj" />
|
||||
<Project Path="src/Kompas.Mcp.Core/Kompas.Mcp.Core.csproj">
|
||||
<Platform Project="x64" />
|
||||
</Project>
|
||||
<Project Path="src/Kompas.Mcp.Host/Kompas.Mcp.Host.csproj">
|
||||
<Platform Project="x64" />
|
||||
</Project>
|
||||
</Folder>
|
||||
<Folder Name="/tests/">
|
||||
<Project Path="tests/Kompas.Mcp.Tests/Kompas.Mcp.Tests.csproj">
|
||||
<Platform Project="x64" />
|
||||
</Project>
|
||||
</Folder>
|
||||
</Solution>
|
||||
|
||||
Reference in New Issue
Block a user