dashboard
repositories
filestore
activity
search
login
drone
/
drone-app
移动端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/feature/v9.0/9.0.1' into feature/v9.0/...
罗广辉
2025-12-04
1bb5b64dfc7dd4623b60b6ecdc654524e6624605
[drone/drone-app.git]
/
build
/
plugins
/
mcp.js
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()
}