@swarmvaultai/engine 0.1.24 → 0.1.25
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11938,7 +11938,7 @@ async function bootstrapDemo(rootDir, input) {
|
|
|
11938
11938
|
}
|
|
11939
11939
|
|
|
11940
11940
|
// src/mcp.ts
|
|
11941
|
-
var SERVER_VERSION = "0.1.
|
|
11941
|
+
var SERVER_VERSION = "0.1.25";
|
|
11942
11942
|
async function createMcpServer(rootDir) {
|
|
11943
11943
|
const server = new McpServer({
|
|
11944
11944
|
name: "swarmvault",
|