From af77204e6e578644a65297c0729b3c7105f05a22 Mon Sep 17 00:00:00 2001 From: Hamza Pervez Date: Wed, 22 Apr 2026 18:06:03 +0500 Subject: [PATCH 1/2] Update command args with headers in README.md Cause mcp-remote does not support separate headers object. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24392f9..105d179 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,14 @@ Connect to the hosted Plane MCP server using a Personal Access Token (PAT). "mcpServers": { "plane": { "command": "npx", - "args": ["mcp-remote@latest", "https://mcp.plane.so/http/api-key/mcp"], - "headers": { - "Authorization": "Bearer ", - "X-Workspace-slug": "" - } + "args": [ + "mcp-remote@latest", + "https://mcp.plane.so/http/api-key/mcp", + "--header", + "Authorization: Bearer ", + "--header", + "X-Workspace-slug: " + ] } } } From 18fe0457963dddfd1809ec3037b30d210d375c3d Mon Sep 17 00:00:00 2001 From: Hamza Pervez Date: Wed, 22 Apr 2026 18:20:16 +0500 Subject: [PATCH 2/2] Update URL for Remote HTTP Transport section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 105d179..2c4e629 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Connect to the hosted Plane MCP server using OAuth authentication. Connect to the hosted Plane MCP server using a Personal Access Token (PAT). -**URL**: `https://mcp.plane.so/api-key/mcp` +**URL**: `https://mcp.plane.so/http/api-key/mcp` **Headers**: - `Authorization: Bearer `