storkit: merge 370_bug_scaffold_does_not_create_mcp_json_in_project_root

This commit is contained in:
dave
2026-03-23 12:57:49 +00:00
parent 1816a94617
commit 13b6ecd958
4 changed files with 113 additions and 36 deletions

View File

@@ -142,6 +142,7 @@ async fn main() -> Result<(), std::io::Error> {
explicit_root.to_string_lossy().to_string(),
&app_state,
store.as_ref(),
port,
)
.await
{
@@ -164,6 +165,7 @@ async fn main() -> Result<(), std::io::Error> {
project_root.to_string_lossy().to_string(),
&app_state,
store.as_ref(),
port,
)
.await
.unwrap_or_else(|e| {