@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-D0vLA-5K.mjs";
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-BWgY0XHJ.mjs");
331
+ const { startMcpServer } = await import("./server-Bn2u7Czs.mjs");
332
332
  await startMcpServer();
333
333
  });
334
334
  }
@@ -5,7 +5,7 @@ import { gunzipSync } from "node:zlib";
5
5
  import { parse } from "@vue/compiler-sfc";
6
6
 
7
7
  //#region package.json
8
- var version = "0.0.1-beta.6";
8
+ var version = "0.0.1-beta.7";
9
9
 
10
10
  //#endregion
11
11
  //#region src/data/loader.ts
@@ -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-D0vLA-5K.mjs";
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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wot-ui/cli",
3
3
  "type": "module",
4
- "version": "0.0.1-beta.6",
4
+ "version": "0.0.1-beta.7",
5
5
  "description": "面向 wot-ui 的 CLI、MCP 与数据提取工具集",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/antfu",