Publish SHD MCP plugin package

This commit is contained in:
2026-08-24 23:39:10 +03:00
commit 7f07084699
228 changed files with 24949 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"
}
]
}