message / plugins /welcome /plugin.json
hunian
refactor(plugins): 插件短名并统一 MCP tool 为 {plugin}-{tool}
cc826a1
Raw
History Blame Contribute Delete
441 Bytes
{
"name": "welcome",
"version": "1.0.0",
"description": "一个简单的欢迎插件,用于验证插件管理系统",
"author": "System Test",
"ui_path": "/tool/welcome",
"requirements": [],
"enabled": true,
"category": "utility",
"capabilities": ["welcome", "demo"],
"governance": {
"status": "active",
"handling_decision": "正常使用",
"dependency_risk": null
},
"ui": {
"type": "static"
}
}