/** * @name MCPPlugin * @description MCP服务 */ import { VueMcp } from "vite-plugin-vue-mcp" export const MCPPlugin = () => { return VueMcp() }