@xiaou66/vite-plugin-vue-mcp-next 0.0.7 → 0.0.8
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1973,6 +1973,7 @@ function vueMcpNext(userOptions = {}) {
|
|
|
1973
1973
|
config = resolvedConfig;
|
|
1974
1974
|
},
|
|
1975
1975
|
async configureServer(server) {
|
|
1976
|
+
ctx.server = server;
|
|
1976
1977
|
ctx.rpcServer = (0, import_vite_dev_rpc.createRPCServer)(
|
|
1977
1978
|
"vite-plugin-vue-mcp-next",
|
|
1978
1979
|
server.ws,
|