docs: Windsurf, Cline & VS Code setup guides (closes #16)#46
Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates the README Quick Start to include copy/paste configuration guides for additional MCP clients (Windsurf, Cline, and VS Code) so the documentation matches the repository’s stated client support and closes #16.
Changes:
- Add a new Windsurf Quick Start section with an example
mcp_config.jsonconfiguration. - Add a new Cline Quick Start section with the MCP Servers panel configuration snippet.
- Add a new VS Code Quick Start section and renumber the existing HTTP/SSE section from §4 to §7.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### 6. VS Code | ||
|
|
||
| Add a `.vscode/mcp.json` to your workspace (VS Code uses the `servers` key; `${input:…}` prompts for your key on first run): |
✅ Validation & QA — ready to mergeOne Copilot comment, validated as a non-issue (two legitimately different formats):
QA: numbering 1–7 correct; all 5 JSON config blocks parse. Closes #16. Confidence: high · zero regression. Merging. |
d3b9b6f to
f9ac88b
Compare
Quick Start covered only Claude Desktop + Cursor, though the tagline names
Windsurf. Add copy-paste stdio config blocks for Windsurf (mcp_config.json),
Cline (MCP Servers panel), and VS Code (.vscode/mcp.json, servers key +
${input:} prompt). Renumber the HTTP section accordingly.
b43243a to
53ba3f3
Compare
What & why
Quick Start documented only Claude Desktop and Cursor, yet the tagline advertises Windsurf. Closes #16 by adding copy-paste setup for the remaining major clients.
Changes (README Quick Start)
~/.codeium/windsurf/mcp_config.json(or Settings → Cascade → MCP)..vscode/mcp.jsonusing VS Code'sserverskey +${input:…}secret prompt.Zero-regression
npx -y @taskade/mcp-server+TASKADE_API_KEY).Closes #16.
Stacked on
main(README chain). Auto-retargets as the chain merges.