@swarmvaultai/engine 0.1.15 → 0.1.16
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
|
@@ -7524,7 +7524,7 @@ async function bootstrapDemo(rootDir, input) {
|
|
|
7524
7524
|
}
|
|
7525
7525
|
|
|
7526
7526
|
// src/mcp.ts
|
|
7527
|
-
var SERVER_VERSION = "0.1.
|
|
7527
|
+
var SERVER_VERSION = "0.1.16";
|
|
7528
7528
|
async function createMcpServer(rootDir) {
|
|
7529
7529
|
const server = new McpServer({
|
|
7530
7530
|
name: "swarmvault",
|