shuishen
2025-12-17 fafc88da5e3d312a2d5b50abf6d28d4c5f4830d1
1
2
3
4
5
6
7
8
9
/**
 * @name MCPPlugin
 * @description MCP服务
 */
import { VueMcp } from "vite-plugin-vue-mcp"
 
export const MCPPlugin = () => {
  return VueMcp()
}