Skip to content

Commit 65fad1d

Browse files
committed
chore: reformat
1 parent 6813518 commit 65fad1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/server.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ export class Server {
2525

2626
this.mcpServer.server.oninitialized = () => {
2727
this.session.setAgentRunner(this.mcpServer.server.getClientVersion());
28-
logger.info(mongoLogId(1_000_004), "server", `Server started with transport ${transport.constructor.name}`);
28+
logger.info(
29+
mongoLogId(1_000_004),
30+
"server",
31+
`Server started with transport ${transport.constructor.name} and agent runner ${this.session.agentRunner?.name}`
32+
);
2933
};
3034
}
3135

0 commit comments

Comments
 (0)