From 835b26d161a3bcfb90859b1166162f5e79b18c77 Mon Sep 17 00:00:00 2001 From: cours granja <251537082+HACKER007-SHIP-IT@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:54:19 +0100 Subject: [PATCH] Revert "Added instructions for Codex GUIDE-732 (#18)" This reverts commit 6ce32d101ad69c5eeaffa427db214b2fba5c60ab. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fbf0f60..0f8183c 100644 --- a/README.md +++ b/README.md @@ -162,18 +162,16 @@ Replace `` with your personal API token generated at https://guide.s ``` ### Codex (IDE Plugin & CLI) -For both methods below, define an environment variable SONATYPE_GUIDE_MCP_TOKEN for your personal API token generated at https://guide.sonatype.com/settings/tokens. -Method 1: -Using CLI command: `codex mcp add sonatype-mcp --url https://mcp.guide.sonatype.com/mcp --bearer-token-env-var SONATYPE_GUIDE_MCP_TOKEN` - -Method 2: Create or edit `~/.codex/config.toml`: +Replace `` with your personal API token generated at https://guide.sonatype.com/settings/tokens + ```toml [mcp_servers.sonatype-mcp] -url = "https://mcp.guide.sonatype.com/mcp" -bearer_token_env_var = "SONATYPE_GUIDE_MCP_TOKEN" +command = "npx" +args = ["-y", "mcp-remote", "https://mcp.guide.sonatype.com/mcp", "--header", "Authorization: Bearer "] +startup_timeout_ms = 20000 ``` ## Authentication