You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `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) |
251
252
252
253
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.
Copy file name to clipboardExpand all lines: docs/dev-tools/mcp-server.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -604,7 +604,6 @@ A `200` response confirms the API key and URL are correct.
604
604
605
605
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.
0 commit comments