Compare commits

...

2 Commits

Author SHA1 Message Date
root
fae8524d89 Clarify plugin install locations 2026-04-22 18:39:44 -03:00
root
f4cb36edd0 Release v0.2.2 2026-04-22 18:38:39 -03:00
2 changed files with 15 additions and 3 deletions

View File

@@ -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",

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.
## 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 `<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
```
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, installs it as a Codex plugin, merges the `ai-factory` marketplace entry in `~/.agents/plugins/marketplace.json`, and restarts Codex. In most setups the plugin ends up under `~/.codex/plugins/oci-deal-accelerator/`, though some project-local environments use a local `plugins/` folder instead. 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 your Codex plugin directory and reinstall — in most setups that is `~/.codex/plugins/oci-deal-accelerator/`, though some project-local environments use a local `plugins/` folder. The `authentication: "ON_INSTALL"` policy triggers a fresh OAuth flow on install.
## Repo layout