@swarmvaultai/engine 3.9.0 → 3.11.0
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
|
@@ -4913,7 +4913,7 @@ import path10 from "path";
|
|
|
4913
4913
|
import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
4914
4914
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
4915
4915
|
import { z } from "zod";
|
|
4916
|
-
var SERVER_VERSION = "3.
|
|
4916
|
+
var SERVER_VERSION = "3.11.0";
|
|
4917
4917
|
var codeLanguageSchema = z.enum([
|
|
4918
4918
|
"javascript",
|
|
4919
4919
|
"jsx",
|