first
This commit is contained in:
9
build/plugins/mcp.ts
Normal file
9
build/plugins/mcp.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @name MCPPlugin
|
||||
* @description MCP服务
|
||||
*/
|
||||
import { VueMcp } from 'vite-plugin-vue-mcp';
|
||||
|
||||
export const MCPPlugin = () => {
|
||||
return VueMcp();
|
||||
};
|
||||
Reference in New Issue
Block a user