@swarmvaultai/engine 3.7.1 → 3.7.2
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/chunk-HW72C7O2.js +1690 -0
- package/dist/chunk-YFKWMXJ6.js +26066 -0
- package/dist/index.js +3 -3
- package/dist/memory-KANI73CX.js +32 -0
- package/dist/registry-7QACDJQQ.js +12 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -125,7 +125,7 @@ import {
|
|
|
125
125
|
writeGuidedSourceSession,
|
|
126
126
|
writeRetrievalManifest,
|
|
127
127
|
writeWatchStatusArtifact
|
|
128
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-YFKWMXJ6.js";
|
|
129
129
|
import {
|
|
130
130
|
LocalWhisperProviderAdapter,
|
|
131
131
|
SWARMVAULT_OUT_ENV,
|
|
@@ -151,7 +151,7 @@ import {
|
|
|
151
151
|
truncate,
|
|
152
152
|
uniqueBy,
|
|
153
153
|
writeJsonFile
|
|
154
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-HW72C7O2.js";
|
|
155
155
|
import {
|
|
156
156
|
estimatePageTokens,
|
|
157
157
|
estimateTokens,
|
|
@@ -4774,7 +4774,7 @@ import path10 from "path";
|
|
|
4774
4774
|
import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
4775
4775
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
4776
4776
|
import { z } from "zod";
|
|
4777
|
-
var SERVER_VERSION = "3.7.
|
|
4777
|
+
var SERVER_VERSION = "3.7.2";
|
|
4778
4778
|
async function createMcpServer(rootDir) {
|
|
4779
4779
|
const server = new McpServer({
|
|
4780
4780
|
name: "swarmvault",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
buildMemoryGraphElements,
|
|
3
|
+
ensureMemoryLedger,
|
|
4
|
+
estimateMemoryTaskTokens,
|
|
5
|
+
finishMemoryTask,
|
|
6
|
+
listMemoryTasks,
|
|
7
|
+
loadMemoryTaskPages,
|
|
8
|
+
memoryTaskHashes,
|
|
9
|
+
memoryTaskPageRecord,
|
|
10
|
+
readMemoryTask,
|
|
11
|
+
renderMemoryTaskMarkdown,
|
|
12
|
+
resumeMemoryTask,
|
|
13
|
+
startMemoryTask,
|
|
14
|
+
updateMemoryTask
|
|
15
|
+
} from "./chunk-YFKWMXJ6.js";
|
|
16
|
+
import "./chunk-HW72C7O2.js";
|
|
17
|
+
import "./chunk-NAIERP4C.js";
|
|
18
|
+
export {
|
|
19
|
+
buildMemoryGraphElements,
|
|
20
|
+
ensureMemoryLedger,
|
|
21
|
+
estimateMemoryTaskTokens,
|
|
22
|
+
finishMemoryTask,
|
|
23
|
+
listMemoryTasks,
|
|
24
|
+
loadMemoryTaskPages,
|
|
25
|
+
memoryTaskHashes,
|
|
26
|
+
memoryTaskPageRecord,
|
|
27
|
+
readMemoryTask,
|
|
28
|
+
renderMemoryTaskMarkdown,
|
|
29
|
+
resumeMemoryTask,
|
|
30
|
+
startMemoryTask,
|
|
31
|
+
updateMemoryTask
|
|
32
|
+
};
|