Skip to content

Commit 5fdf93a

Browse files
chore: fix line wrapping and formatting
1 parent 9581fb0 commit 5fdf93a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/dev-tools/mcp-server.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ VS Code uses `"servers"`, not `"mcpServers"`.
5858

5959
### Windsurf
6060

61-
Edit `~/.codeium/windsurf/mcp_config.json`. Windsurf uses `serverUrl` (not `url`) for remote HTTP servers.
61+
Edit `~/.codeium/windsurf/mcp_config.json`. Windsurf uses `serverUrl` (not `url`)
62+
for remote HTTP servers.
6263

6364
```json
6465
{
@@ -106,7 +107,9 @@ MCP configs live in `~/.claude.json` or `.mcp.json` — **not** `.claude/setting
106107

107108
### Claude Desktop
108109

109-
Claude Desktop doesn't support remote HTTP natively. Use `mcp-remote` — a local proxy that bridges Claude Desktop to Plane's cloud server over Streamable HTTP. **Requires Node.js 18+.**
110+
Claude Desktop doesn't support remote HTTP natively. Use `mcp-remote` — a local proxy
111+
that bridges Claude Desktop to Plane's cloud server over Streamable HTTP.
112+
**Requires Node.js 18+.**
110113

111114
Config file:
112115

@@ -249,7 +252,9 @@ claude mcp add-json plane '{
249252

250253
## Stdio
251254

252-
Runs `plane-mcp-server` locally per-client as a subprocess. Use when remote HTTP isn't an option — air-gapped envs, local dev, or self-hosted Plane without a deployed MCP server. Uses the same API key + workspace slug as [PAT](#pat-token).
255+
Runs `plane-mcp-server` locally per-client as a subprocess. Use when remote HTTP isn't an option —
256+
air-gapped envs, local dev, or self-hosted Plane without a deployed MCP server.
257+
Uses the same API key + workspace slug as [PAT](#pat-token).
253258

254259
**Prerequisites:** Python 3.10+ and `uvx` installed and available on your `PATH`.
255260

0 commit comments

Comments
 (0)