From 4108d25dab46d30d112b7645fffebd564fb0e085 Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Thu, 2 Apr 2026 22:29:46 -0400 Subject: [PATCH] feat: add Codex marketplace manifest Add .agents/plugins/marketplace.json for Codex plugin discovery. --- .agents/plugins/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .agents/plugins/marketplace.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..bd30e8c --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -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" + } + ] +}