Skip to content

Commit 98c70b3

Browse files
committed
logging fix
1 parent c9e765b commit 98c70b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ if (useHttp) {
336336
});
337337

338338
httpServer.listen(port, () => {
339-
logger.info(`Socket MCP HTTP server started successfully on port ${port}`);
339+
logger.info(`Socket MCP HTTP server version ${VERSION} started successfully on port ${port}`);
340340
logger.info(`Connect to: http://localhost:${port}/mcp`);
341341
});
342342

0 commit comments

Comments
 (0)