@swarmvaultai/engine 3.13.0 → 3.14.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
|
@@ -5441,7 +5441,7 @@ import path12 from "path";
|
|
|
5441
5441
|
import { McpServer, ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
5442
5442
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
5443
5443
|
import { z } from "zod";
|
|
5444
|
-
var SERVER_VERSION = "3.
|
|
5444
|
+
var SERVER_VERSION = "3.14.0";
|
|
5445
5445
|
var codeLanguageSchema = z.enum([
|
|
5446
5446
|
"javascript",
|
|
5447
5447
|
"jsx",
|