You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Placed here to start the connection to the config connection string as soon as the server is initialized.
121
122
voidthis.connectToConfigConnectionString();
122
-
123
123
this.session.logger.info({
124
124
id: LogId.serverInitialized,
125
125
context: "server",
126
-
message: `Server started with transport ${transport.constructor.name} and agent runner ${this.session.mcpClient?.name}`,
126
+
message: `Server with version ${packageInfo.version}started with transport ${transport.constructor.name} and agent runner ${JSON.stringify(this.session.mcpClient)}`,
0 commit comments