weapp-vite 6.13.4 → 6.14.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/README.md CHANGED
@@ -209,7 +209,21 @@ wv ide preview --project ./dist/build/mp-weixin
209
209
  `weapp-vite` 已集成 `@weapp-vite/mcp`:
210
210
 
211
211
  - 默认不自动启动 MCP 服务(可通过配置开启自动启动)
212
- - 也可以手动启动 MCP Server
212
+ - 优先推荐直接生成客户端配置,而不是手写 MCP 地址
213
+
214
+ ```sh
215
+ wv mcp init codex
216
+ wv mcp init claude-code
217
+ wv mcp init cursor
218
+ ```
219
+
220
+ 检查配置是否可用:
221
+
222
+ ```sh
223
+ wv mcp doctor codex
224
+ ```
225
+
226
+ 仍然需要手动启动 MCP Server 时:
213
227
 
214
228
  ```sh
215
229
  weapp-vite mcp
@@ -1,2 +1,2 @@
1
- import { a as ExternalMetadataFileCandidates, c as Resolver, d as ResolverObject, f as ResolverSupportFilesStrategy, i as CreateResolver, l as ResolverFn, n as VantResolver, o as Options, r as TDesignResolver, s as ResolvedValue, t as WeuiResolver, u as ResolverMeta } from "../index-CUFOUU8V.mjs";
1
+ import { a as ExternalMetadataFileCandidates, c as Resolver, d as ResolverObject, f as ResolverSupportFilesStrategy, i as CreateResolver, l as ResolverFn, n as VantResolver, o as Options, r as TDesignResolver, s as ResolvedValue, t as WeuiResolver, u as ResolverMeta } from "../index-hN5mdpQ_.mjs";
2
2
  export { CreateResolver, ExternalMetadataFileCandidates, Options, ResolvedValue, Resolver, ResolverFn, ResolverMeta, ResolverObject, ResolverSupportFilesStrategy, TDesignResolver, VantResolver, WeuiResolver };
@@ -1,4 +1,4 @@
1
- import { n as AutoRoutesSubPackage, t as AutoRoutes } from "./routes-o20IHwXa.mjs";
1
+ import { n as AutoRoutesSubPackage, t as AutoRoutes } from "./routes-DiEBrMtj.mjs";
2
2
 
3
3
  //#region src/auto-routes.d.ts
4
4
  declare const routes: AutoRoutes;
@@ -1,4 +1,4 @@
1
- import { i as getCompilerContext, l as getRouteRuntimeGlobalKeys } from "./createContext-Bb4OSo1-.mjs";
1
+ import { i as getCompilerContext, u as getRouteRuntimeGlobalKeys } from "./createContext-DT4tLA1C.mjs";
2
2
  //#region src/auto-routes.ts
3
3
  const ROUTE_RUNTIME_OVERRIDE_KEY = Symbol.for("weapp-vite.route-runtime");
4
4
  function createGetter(resolver) {