feat: add Codex marketplace manifest

Add .agents/plugins/marketplace.json for Codex plugin discovery.
This commit is contained in:
Jacob Magar 2026-04-02 22:29:46 -04:00
parent 4a1a2b0519
commit 4108d25dab

View file

@ -0,0 +1,20 @@
{
"name": "unraid-mcp",
"interface": {
"displayName": "Unraid MCP"
},
"plugins": [
{
"name": "unraid-mcp",
"source": {
"source": "local",
"path": "./"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Infrastructure"
}
]
}