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

@@ -131,7 +131,7 @@ fn run(allocator: Allocator, main_arena: Allocator) !void {
};
},
.mcp => {
log.info(.app, "starting MCP server", .{});
log.info(.mcp, "starting server", .{});
log.opts.format = .logfmt;