Add SHD MCP plugin package

This commit is contained in:
bulava92
2026-08-24 16:51:12 +05:00
parent ce6e619731
commit 39fb5c02b7
15 changed files with 426 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "shd-public",
"interface": {
"displayName": "SHD Public Plugins"
},
"plugins": [
{
"name": "shd-mcp-plugin",
"source": {
"source": "local",
"path": "./plugins/shd-mcp-plugin"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}