Files
sexygoat 3c62cc1cd1 first
2026-03-31 18:41:52 +08:00

10 lines
155 B
TypeScript

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