Skip to content

Commit 142af6a

Browse files
committed
docs: update public URL requirement for MCP server setup
1 parent c329f90 commit 142af6a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/dev-tools/mcp-server-self-hosted.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Before you begin, make sure you have:
1818

1919
- A running **Plane instance** (self-hosted or cloud) with workspace admin access
2020
- **Docker** and Docker Compose v2+ (for Docker deployment) _or_ **Kubernetes** v1.21+ with Helm v3+ (for Helm deployment)
21-
- A **public URL** where your MCP server will be reachable (e.g., `https://mcp.yourdomain.com`)
2221

2322
## Step 1: Create an OAuth application in Plane
2423

@@ -27,7 +26,7 @@ The MCP server authenticates with Plane using OAuth 2.0. You need to register an
2726
1. Navigate to **Workspace Settings****Integrations**.
2827

2928
```text
30-
https://app.plane.so/<workspace>/settings/integrations/
29+
https://<your-plane-app-domain>/<workspace>/settings/integrations/
3130
```
3231

3332
2. Click **Build your own**.

0 commit comments

Comments
 (0)