From 4f6c96e56d36f317443eca37fcb12f580b6dfe0b Mon Sep 17 00:00:00 2001 From: etsien Date: Thu, 16 Jul 2026 01:56:27 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 111c7ac..55732dd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Jira integration is handled via an external Atlassian MCP server — configure i ### 2. Configure your IDE -Replace the `ALL_CAPS` placeholders below with the values from step 1. +Replace the `` placeholders below with the values from step 1.
Cursor @@ -31,15 +31,15 @@ Create or edit `.cursor/mcp.json` in your project root (or `~/.cursor/mcp.json` { "mcpServers": { "github": { - "url": "GHOST_URL/mcp/github", + "url": "/mcp/github", "headers": { - "X-GitHub-Token": "GITHUB_PAT" + "X-GitHub-Token": "" } }, - "reports": { - "url": "GHOST_URL/mcp/reports", + "work-reports": { + "url": "/mcp/reports", "headers": { - "Authorization": "Bearer GHOST_PAT" + "Authorization": "Bearer " } }, "jira": { @@ -62,12 +62,12 @@ Restart Cursor after saving. The Jira server uses OAuth — you'll be prompted t ```bash claude mcp add --transport streamable-http github \ - GHOST_URL/mcp/github \ - --header "X-GitHub-Token: GITHUB_PAT" + /mcp/github \ + --header "X-GitHub-Token: " claude mcp add --transport streamable-http reports \ - GHOST_URL/mcp/reports \ - --header "Authorization: Bearer GHOST_PAT" + /mcp/reports \ + --header "Authorization: Bearer " claude mcp add --transport streamable-http jira \ https://mcp.atlassian.com/v1/mcp