@swarmvaultai/engine 1.0.0 → 1.0.1
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
|
@@ -26613,7 +26613,7 @@ async function getWatchStatus(rootDir) {
|
|
|
26613
26613
|
}
|
|
26614
26614
|
|
|
26615
26615
|
// src/mcp.ts
|
|
26616
|
-
var SERVER_VERSION = "1.0.
|
|
26616
|
+
var SERVER_VERSION = "1.0.1";
|
|
26617
26617
|
async function createMcpServer(rootDir) {
|
|
26618
26618
|
const server = new McpServer({
|
|
26619
26619
|
name: "swarmvault",
|