@mcpc-tech/unplugin-dev-inspector-mcp 0.0.19 → 0.0.20

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.cjs CHANGED
@@ -5,9 +5,9 @@ let node_path = require("node:path");
5
5
  node_path = require_chunk.__toESM(node_path);
6
6
  let __modelcontextprotocol_sdk_client_index_js = require("@modelcontextprotocol/sdk/client/index.js");
7
7
  let __modelcontextprotocol_sdk_client_sse_js = require("@modelcontextprotocol/sdk/client/sse.js");
8
- let unplugin = require("unplugin");
9
8
  let magic_string = require("magic-string");
10
9
  magic_string = require_chunk.__toESM(magic_string);
10
+ let unplugin = require("unplugin");
11
11
  let svelte_compiler = require("svelte/compiler");
12
12
 
13
13
  //#region src/compiler/svelte-transform.ts
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import { n as transformJSX, t as compileVue } from "./vue-transform.js";
3
3
  import path from "node:path";
4
4
  import { Client } from "@modelcontextprotocol/sdk/client/index.js";
5
5
  import { SSEClientTransport } from "@modelcontextprotocol/sdk/client/sse.js";
6
- import { createUnplugin } from "unplugin";
7
6
  import MagicString from "magic-string";
7
+ import { createUnplugin } from "unplugin";
8
8
  import { parse } from "svelte/compiler";
9
9
 
10
10
  //#region src/compiler/svelte-transform.ts
@@ -2,9 +2,9 @@ const require_chunk = require('./chunk.cjs');
2
2
  let node_module = require("node:module");
3
3
  let node_path = require("node:path");
4
4
  node_path = require_chunk.__toESM(node_path);
5
+ let __babel_parser = require("@babel/parser");
5
6
  let magic_string = require("magic-string");
6
7
  magic_string = require_chunk.__toESM(magic_string);
7
- let __babel_parser = require("@babel/parser");
8
8
  let __vue_compiler_sfc = require("@vue/compiler-sfc");
9
9
 
10
10
  //#region src/compiler/jsx-transform.ts
@@ -1,7 +1,7 @@
1
1
  import { createRequire } from "node:module";
2
2
  import path from "node:path";
3
- import MagicString from "magic-string";
4
3
  import { parse } from "@babel/parser";
4
+ import MagicString from "magic-string";
5
5
  import { parse as parse$1 } from "@vue/compiler-sfc";
6
6
 
7
7
  //#region src/compiler/jsx-transform.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpc-tech/unplugin-dev-inspector-mcp",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,7 +28,8 @@
28
28
  "unplugin"
29
29
  ],
30
30
  "bin": {
31
- "dev-inspector-server": "./dist/cli.js"
31
+ "dev-inspector-server": "./dist/cli.js",
32
+ "dev-inspector": "./dist/cli.js"
32
33
  },
33
34
  "files": [
34
35
  "dist",