Release v0.2.2

This commit is contained in:
root
2026-04-22 18:38:39 -03:00
parent eedd85abee
commit f4cb36edd0
2 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "oci-deal-accelerator", "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.", "description": "Oracle Cloud Infrastructure deal-acceleration toolkit: proposals, BOMs, cost estimates, diagrams, WA reviews, and reference-architecture search via a remote MCP server.",
"author": { "author": {
"name": "Diego Cabrera", "name": "Diego Cabrera",

View File

@@ -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. 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 ## Install
Once the plugin is registered in ai-lad.com you will get an `<ID>`. Replace it below. Once the plugin is registered in ai-lad.com you will get an `<ID>`. Replace it below.
@@ -28,7 +40,7 @@ iwr -UseBasicParsing 'https://ai-lad.com/api/skills/<ID>/install-script?os=windo
curl -fsSL 'https://ai-lad.com/api/skills/<ID>/install-script?os=unix' | bash curl -fsSL 'https://ai-lad.com/api/skills/<ID>/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 ## First-run authentication
@@ -51,7 +63,7 @@ codex mcp logout oci-deal-accelerator
codex mcp login 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 ## Repo layout