mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
feat: add Codex marketplace manifest
Add .agents/plugins/marketplace.json for Codex plugin discovery.
This commit is contained in:
parent
4a1a2b0519
commit
4108d25dab
1 changed files with 20 additions and 0 deletions
20
.agents/plugins/marketplace.json
Normal file
20
.agents/plugins/marketplace.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue