罗广辉
2025-12-20 fbe00c695aa8bd2aeaa395ea8a4f710f99d651d6
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()
}