@preply/ds-ai-mcp 11.5.0 → 11.5.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/bin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as package_default, t as createServer } from "./create-server-
|
|
1
|
+
import { n as package_default, t as createServer } from "./create-server-B2risVX5.js";
|
|
2
2
|
import { program } from "commander";
|
|
3
3
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
4
4
|
//#region src/bin.ts
|
|
@@ -11,7 +11,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
11
11
|
var package_default = {
|
|
12
12
|
name: "@preply/ds-ai-mcp",
|
|
13
13
|
description: "MCP server for the Preply Design System",
|
|
14
|
-
version: "11.5.
|
|
14
|
+
version: "11.5.1",
|
|
15
15
|
publishConfig: { "access": "public" },
|
|
16
16
|
type: "module",
|
|
17
17
|
bin: "./dist/bin.js",
|
|
@@ -37995,7 +37995,7 @@ var As = class extends Ts {
|
|
|
37995
37995
|
}, js = {
|
|
37996
37996
|
name: "@preply/ds-ai-core",
|
|
37997
37997
|
description: "Shared AI tools for the Preply Design System",
|
|
37998
|
-
version: "11.5.
|
|
37998
|
+
version: "11.5.1",
|
|
37999
37999
|
publishConfig: { access: "public" },
|
|
38000
38000
|
type: "module",
|
|
38001
38001
|
exports: { ".": {
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createServer } from "./create-server-
|
|
1
|
+
import { t as createServer } from "./create-server-B2risVX5.js";
|
|
2
2
|
export { createServer };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-ai-mcp",
|
|
3
3
|
"description": "MCP server for the Preply Design System",
|
|
4
|
-
"version": "11.5.
|
|
4
|
+
"version": "11.5.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@modelcontextprotocol/sdk": "^1.20.2",
|
|
30
|
-
"@preply/ds-ai-core": "11.5.
|
|
30
|
+
"@preply/ds-ai-core": "11.5.1",
|
|
31
31
|
"commander": "^14.0.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "a490771509699782086183ff0f1bc5db16a052ca"
|
|
34
34
|
}
|