We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e765b commit 98c70b3Copy full SHA for 98c70b3
src/index.ts
@@ -336,7 +336,7 @@ if (useHttp) {
336
});
337
338
httpServer.listen(port, () => {
339
- logger.info(`Socket MCP HTTP server started successfully on port ${port}`);
+ logger.info(`Socket MCP HTTP server version ${VERSION} started successfully on port ${port}`);
340
logger.info(`Connect to: http://localhost:${port}/mcp`);
341
342
0 commit comments