mcp: update logging scope to use mcp instead of app

This commit is contained in:
Adrià Arrufat
2026-02-28 22:30:02 +09:00
parent 5f9a7a5381
commit 8b0118e2c8
4 changed files with 8 additions and 8 deletions

View File

@@ -559,7 +559,7 @@ fn parseMcpArgs(
continue;
}
log.fatal(.app, "unknown argument", .{ .mode = "mcp", .arg = opt });
log.fatal(.mcp, "unknown argument", .{ .mode = "mcp", .arg = opt });
return error.UnkownOption;
}