Skip to content

Commit e78d74b

Browse files
committed
formatting fixes
1 parent 22017f9 commit e78d74b

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The MCP server authenticates users through Plane's OAuth 2.0 system. You need to
3232

3333
3. Fill in the application details:
3434

35-
| Field | Value |
36-
| ---------------- | ------------------------------------------------------- |
37-
| **App Name** | Anything descriptive (e.g. `Plane MCP Server`) |
35+
| Field | Value |
36+
| ---------------- | ---------------------------------------------------------------- |
37+
| **App Name** | Anything descriptive (e.g. `Plane MCP Server`) |
3838
| **Setup URL** | Your MCP server's public URL (e.g. `https://mcp.yourdomain.com`) |
39-
| **Redirect URI** | All three URIs listed below, space-separated |
40-
| **Webhook URL** | Leave empty unless you need webhook events |
39+
| **Redirect URI** | All three URIs listed below, space-separated |
40+
| **Webhook URL** | Leave empty unless you need webhook events |
4141

4242
::: tip Add all three redirect URIs
4343
The server exposes callbacks on three paths to support all transports and MCP clients:
@@ -53,6 +53,7 @@ The MCP server authenticates users through Plane's OAuth 2.0 system. You need to
5353
```
5454
https://mcp.yourdomain.com/callback https://mcp.yourdomain.com/http/auth/callback https://mcp.yourdomain.com/auth/callback
5555
```
56+
5657
:::
5758

5859
4. Under **Scopes & Permissions**, select both **read** and **write** scopes.
@@ -145,15 +146,15 @@ The container listens on plain HTTP at `:8211`. Put it behind a reverse proxy (n
145146

146147
#### Environment variable reference
147148

148-
| Variable | Required | Description |
149-
| ------------------------------------ | -------- | -------------------------------------------------------------------------------- |
150-
| `APP_RELEASE_VERSION` | No | Image tag to deploy. Defaults to `latest`. Pin in production. |
151-
| `PLANE_BASE_URL` | No | Plane API URL. Defaults to `https://api.plane.so`. |
152-
| `PLANE_INTERNAL_BASE_URL` | No | Internal Plane URL for server-to-server calls. Falls back to `PLANE_BASE_URL`. |
153-
| `PLANE_OAUTH_PROVIDER_CLIENT_ID` | Yes | OAuth Client ID from Step 1. |
154-
| `PLANE_OAUTH_PROVIDER_CLIENT_SECRET` | Yes | OAuth Client Secret from Step 1. |
155-
| `PLANE_OAUTH_PROVIDER_BASE_URL` | Yes | Public URL of **this MCP server** - not your Plane instance. |
156-
| `MCP_PATH_PREFIX` | No | Path prefix for all routes. Use when reverse-proxying alongside other apps. |
149+
| Variable | Required | Description |
150+
| ------------------------------------ | -------- | ------------------------------------------------------------------------------ |
151+
| `APP_RELEASE_VERSION` | No | Image tag to deploy. Defaults to `latest`. Pin in production. |
152+
| `PLANE_BASE_URL` | No | Plane API URL. Defaults to `https://api.plane.so`. |
153+
| `PLANE_INTERNAL_BASE_URL` | No | Internal Plane URL for server-to-server calls. Falls back to `PLANE_BASE_URL`. |
154+
| `PLANE_OAUTH_PROVIDER_CLIENT_ID` | Yes | OAuth Client ID from Step 1. |
155+
| `PLANE_OAUTH_PROVIDER_CLIENT_SECRET` | Yes | OAuth Client Secret from Step 1. |
156+
| `PLANE_OAUTH_PROVIDER_BASE_URL` | Yes | Public URL of **this MCP server** - not your Plane instance. |
157+
| `MCP_PATH_PREFIX` | No | Path prefix for all routes. Use when reverse-proxying alongside other apps. |
157158

158159
#### Upgrading
159160

@@ -243,11 +244,11 @@ helm uninstall plane-mcp --namespace plane-mcp
243244

244245
Once the server is running, your available endpoints are:
245246

246-
| Endpoint | Auth | Description |
247-
| --------------------------------------------- | ---------- | -------------------------------------- |
248-
| `https://mcp.yourdomain.com/http/mcp` | OAuth | Recommended for most clients |
249-
| `https://mcp.yourdomain.com/http/api-key/mcp` | PAT header | For CI/CD, scripts, headless setups |
250-
| `https://mcp.yourdomain.com/sse` | OAuth | Legacy SSE transport (deprecated) |
247+
| Endpoint | Auth | Description |
248+
| --------------------------------------------- | ---------- | ----------------------------------- |
249+
| `https://mcp.yourdomain.com/http/mcp` | OAuth | Recommended for most clients |
250+
| `https://mcp.yourdomain.com/http/api-key/mcp` | PAT header | For CI/CD, scripts, headless setups |
251+
| `https://mcp.yourdomain.com/sse` | OAuth | Legacy SSE transport (deprecated) |
251252

252253
Client configuration is identical to the [MCP Server setup guide](/dev-tools/mcp-server) - replace `https://mcp.plane.so` with your server's URL in every config snippet.
253254

docs/dev-tools/mcp-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ A `200` response confirms the API key and URL are correct.
604604
605605
See the [MCP Server Tool Reference](/dev-tools/mcp-server-tools) for a complete list of all 100+ tools — work items, projects, cycles, modules, worklogs, and more.
606606
607-
608607
## Common workflows
609608
610609
### Look up a work item by ID

0 commit comments

Comments
 (0)