From f4cb36edd0a3bd14de827211a0054983da5a920f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Apr 2026 18:38:39 -0300 Subject: [PATCH] Release v0.2.2 --- .codex-plugin/plugin.json | 2 +- README.md | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 23ef1a3..2ec7a9e 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oci-deal-accelerator", - "version": "0.2.1", + "version": "0.2.2", "description": "Oracle Cloud Infrastructure deal-acceleration toolkit: proposals, BOMs, cost estimates, diagrams, WA reviews, and reference-architecture search via a remote MCP server.", "author": { "name": "Diego Cabrera", diff --git a/README.md b/README.md index 12c3af1..76842a4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ Codex plugin that connects to the **OCI Deal Accelerator MCP server** and bundle Plus a skill (`skills/oci-deal-accelerator/SKILL.md`) that guides Codex on when and how to invoke each tool. +## Prerequisites + +Before installing, ensure your `~/.codex/config.toml` has: + +```toml +experimental_use_rmcp_client = true +``` + +This flag enables Codex's rmcp client, required for streamable-HTTP MCP servers with OAuth. Without it you'll get `Auth required when send initialize` errors. + +The installer adds this automatically; the requirement is documented here for users installing manually. + ## Install Once the plugin is registered in ai-lad.com you will get an ``. Replace it below. @@ -28,7 +40,7 @@ iwr -UseBasicParsing 'https://ai-lad.com/api/skills//install-script?os=windo curl -fsSL 'https://ai-lad.com/api/skills//install-script?os=unix' | bash ``` -The installer downloads the plugin ZIP, extracts it to `~/plugins/oci-deal-accelerator/`, merges the `ai-factory` marketplace entry in `~/.agents/plugins/marketplace.json`, and restarts Codex. Policy: `installation: "AVAILABLE"`, `authentication: "ON_INSTALL"`. +The installer downloads the plugin ZIP, extracts it to `~/.codex/plugins/oci-deal-accelerator/`, merges the `ai-factory` marketplace entry in `~/.agents/plugins/marketplace.json`, and restarts Codex. Policy: `installation: "AVAILABLE"`, `authentication: "ON_INSTALL"`. ## First-run authentication @@ -51,7 +63,7 @@ codex mcp logout oci-deal-accelerator codex mcp login oci-deal-accelerator ``` -As a last resort, uninstall the plugin from `/plugins` and reinstall — the `authentication: "ON_INSTALL"` policy triggers a fresh OAuth flow on install. +As a last resort, uninstall the plugin from `~/.codex/plugins/oci-deal-accelerator/` and reinstall — the `authentication: "ON_INSTALL"` policy triggers a fresh OAuth flow on install. ## Repo layout