The prior commit's git add silently dropped these five files because one path in the same invocation didn't exist. Docs, solution file, and example config still needed the paired update: Novelly.slnx drops the Novelly.Mcp project entry, README and CLAUDE.md describe MCP as an in-API HTTP endpoint instead of a stdio binary, .mcp.json.example uses the type: http shape, and outline-importer.md's tool references are fixed to real tool names.
21 lines
653 B
XML
21 lines
653 B
XML
<Solution>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path="CLAUDE.md" />
|
|
<File Path="README.md" />
|
|
<File Path="package.json" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Novelly.Api/Novelly.Api.csproj" />
|
|
<Project Path="src/Novelly.AppHost/Novelly.AppHost.csproj" />
|
|
<Project Path="src/Novelly.ServiceDefaults/Novelly.ServiceDefaults.csproj" />
|
|
<Project Path="src/Novelly.Web/Novelly.Web.esproj">
|
|
<Build />
|
|
<Deploy />
|
|
</Project>
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Novelly.Api.Tests/Novelly.Api.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|