diff --git a/README.md b/README.md index 24392f9..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 ` @@ -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: " + ] } } }