Skip to content

Commit 7fe6b20

Browse files
committed
style: Format MCP lifecycle log call
1 parent 1e136a3 commit 7fe6b20

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/server/start-mcp-server.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,10 @@ export async function startMcpServer(): Promise<void> {
189189
// Prefer the phase at snapshot-schedule time for metrics; still log the
190190
// full snapshot object as returned for operational debugging.
191191
const metricPhase = startupMetricPhase;
192-
log('info', `[mcp-lifecycle] start ${JSON.stringify({ ...startupSnapshot, phase: metricPhase })}`);
192+
log(
193+
'info',
194+
`[mcp-lifecycle] start ${JSON.stringify({ ...startupSnapshot, phase: metricPhase })}`,
195+
);
193196
recordMcpLifecycleMetric({
194197
event: 'start',
195198
phase: metricPhase,

0 commit comments

Comments
 (0)