@vheins/local-memory-mcp 0.19.18 → 0.19.19

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.
@@ -8,7 +8,7 @@
8
8
  <link rel="preconnect" href="https://fonts.googleapis.com">
9
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
10
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
11
- <script type="module" crossorigin src="/assets/index-Bl3hkhYk.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-ZPDyAhv1.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-iYrQr1US.css">
13
13
  </head>
14
14
  <body>
@@ -15,7 +15,7 @@ import {
15
15
  handleTaskClaim,
16
16
  listResources,
17
17
  logger
18
- } from "../chunk-7O3T3GQF.js";
18
+ } from "../chunk-VZ5ABCG6.js";
19
19
 
20
20
  // src/dashboard/server.ts
21
21
  import express from "express";
@@ -62,7 +62,7 @@ import {
62
62
  parseRepoInput,
63
63
  rankCompletionValues,
64
64
  toContextSlug
65
- } from "../chunk-7O3T3GQF.js";
65
+ } from "../chunk-VZ5ABCG6.js";
66
66
 
67
67
  // src/mcp/server.ts
68
68
  import { serveStdio } from "@modelcontextprotocol/server/stdio";
@@ -75,8 +75,8 @@ import path from "path";
75
75
  import { fileURLToPath } from "url";
76
76
  var __dirname = path.dirname(fileURLToPath(import.meta.url));
77
77
  var pkgVersion = "0.1.0";
78
- if ("0.19.18") {
79
- pkgVersion = "0.19.18";
78
+ if ("0.19.19") {
79
+ pkgVersion = "0.19.19";
80
80
  } else {
81
81
  let searchDir = __dirname;
82
82
  for (let i = 0; i < 5; i++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.19.18",
3
+ "version": "0.19.19",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",