Commit Graph

3 Commits

Author SHA1 Message Date
root
f4cb36edd0 Release v0.2.2 2026-04-22 18:38:39 -03:00
root
69bf81af48 Document MCP re-authentication commands
Codex does not auto-refresh expired OAuth access tokens for MCP servers.
When a tool call fails with `Auth required`, users need to manually
re-authenticate. Codex itself surfaces the suggestion at startup
(`codex mcp login <name>` tip) — mirror that guidance in the README so
users hit it before opening a support ticket.

Also documents `codex mcp logout` as the nuclear option and plugin
uninstall/reinstall as the last-resort fallback (trigger ON_INSTALL
auth policy).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 13:57:10 -03:00
root
cc6835fa69 Initial scaffold for OCI Deal Accelerator Codex plugin
Wraps the remote MCP server at https://mcp.tech-lad.com/deal-accelerator/mcp/
and bundles the companion skill for distribution via ai-lad.com.

- .codex-plugin/plugin.json: manifest with Oracle-red branding and 14-tool capabilities
- .mcp.json: streamable HTTP transport pointing at the production MCP URL
- skills/oci-deal-accelerator/SKILL.md: copied from the skill repo
- assets/: placeholder logo, icon, screenshot (replace before first release)
- README: install flow for Windows/macOS/Linux via ai-lad.com

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 11:41:25 -03:00