chenyao
2025-10-21 d7835e8091acc9d57b0f7e77a7770faad5ce0f39
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()
}