@swarmvaultai/engine 0.7.29 → 0.7.30
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
|
@@ -22476,7 +22476,7 @@ async function bootstrapDemo(rootDir, input) {
|
|
|
22476
22476
|
}
|
|
22477
22477
|
|
|
22478
22478
|
// src/mcp.ts
|
|
22479
|
-
var SERVER_VERSION = "0.7.
|
|
22479
|
+
var SERVER_VERSION = "0.7.30";
|
|
22480
22480
|
async function createMcpServer(rootDir) {
|
|
22481
22481
|
const server = new McpServer({
|
|
22482
22482
|
name: "swarmvault",
|