@wot-ui/cli 0.0.1-beta.6 → 0.0.1-beta.7
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.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as resolveVersion, i as listComponents, n as lintProject, o as loadMetadataFile, r as findComponent, s as version, t as analyzeUsage } from "./scanner-
|
|
2
|
+
import { a as resolveVersion, i as listComponents, n as lintProject, o as loadMetadataFile, r as findComponent, s as version, t as analyzeUsage } from "./scanner-B5dljsZu.mjs";
|
|
3
3
|
import process from "node:process";
|
|
4
4
|
import { Command } from "commander";
|
|
5
5
|
import { existsSync, readFileSync } from "node:fs";
|
|
@@ -328,7 +328,7 @@ function registerListCommand(program) {
|
|
|
328
328
|
//#region src/commands/mcp.ts
|
|
329
329
|
function registerMcpCommand(program) {
|
|
330
330
|
program.command("mcp").description("Start the wot-ui MCP server").action(async () => {
|
|
331
|
-
const { startMcpServer } = await import("./server-
|
|
331
|
+
const { startMcpServer } = await import("./server-Bn2u7Czs.mjs");
|
|
332
332
|
await startMcpServer();
|
|
333
333
|
});
|
|
334
334
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as resolveVersion, i as listComponents, n as lintProject, o as loadMetadataFile, r as findComponent, s as version } from "./scanner-
|
|
1
|
+
import { a as resolveVersion, i as listComponents, n as lintProject, o as loadMetadataFile, r as findComponent, s as version } from "./scanner-B5dljsZu.mjs";
|
|
2
2
|
import process from "node:process";
|
|
3
3
|
import { McpServer, StdioServerTransport } from "@modelcontextprotocol/server";
|
|
4
4
|
import * as z from "zod/v4";
|