l-log-mcp-server 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54563,7 +54563,7 @@ async function run(args = process.argv.slice(2), env = process.env) {
|
|
|
54563
54563
|
return;
|
|
54564
54564
|
}
|
|
54565
54565
|
if (args.includes("--version") || args.includes("-v") || args.includes("-V")) {
|
|
54566
|
-
console.log("0.1.
|
|
54566
|
+
console.log("0.1.3");
|
|
54567
54567
|
return;
|
|
54568
54568
|
}
|
|
54569
54569
|
if (args.includes("--help") || args.includes("-h")) {
|
|
@@ -54589,7 +54589,7 @@ Options:
|
|
|
54589
54589
|
}
|
|
54590
54590
|
const server = new McpServer({
|
|
54591
54591
|
name: "l-log-mcp-server",
|
|
54592
|
-
version: "0.1.
|
|
54592
|
+
version: "0.1.3"
|
|
54593
54593
|
});
|
|
54594
54594
|
const refresh = registerMemoryMcpHandlers(server, LOG_PATH);
|
|
54595
54595
|
await refresh();
|