Conversation
Reorder the developer surface to lead with the hosted MCP server (https://www.taskade.com/mcp), then OpenAPI v2, OpenAPI v1 (legacy), stdio MCP fallback, and the preview SDK last. - llms.txt: new 'Developer surface (in order of preference)' block with hosted MCP first, curl quick start, and SDK demoted to #5. - sdk-quickstart.md: open with HTTP curl + MCP config block; the generated TypeScript client moves to a footnote at the bottom. - developer-home.md: add 'Connect your AI agent (MCP)' with Add to Cursor / Add to Claude blocks and a 'Make your first call' curl one-liner, matching the taskade/mcp README story. - SUMMARY.md: label REST API v1 Reference as Legacy in the sidebar. No code changes; docs repo only. Co-authored-by: Cursor <cursoragent@cursor.com>
Impact@deanzaka - this reverses the developer docs order: HTTP + MCP first, SDK as a footnote. Before/AfterQA
|
Consistent with taskcade#29493 Copilot feedback: stdio MCP is a local wrapper, not an offline-capable client. Co-authored-by: Cursor <cursoragent@cursor.com>
Code reviewFound 1 issue:
Lines 92 to 96 in 27f123e Also appears at:
🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Replace stale 32-tool copy in llms.txt, developer-home, and sdk-quickstart with 44 Phase A ops + 4 native. Matches taskcade#29494. Co-authored-by: Cursor <cursoragent@cursor.com>
What
docs.taskade.comis the human + agent index. The last push was 2026-07-28 (stale 7 weeks).llms.txtpointed at the preview@taskade/sdk(404s on public npm),sdk-quickstart.mdled with the SDK, and the hosted MCP at/mcpwas buried in a separate section. This PR redirects the developer surface to MCP-first.Before / After
llms.txt developer surface ordering
sdk-quickstart.md page order
QA
llms.txtlists hosted MCP first, OpenAPI v2 second, SDK lastsdk-quickstart.mdopens with HTTP + MCP, SDK is a footnotedeveloper-home.mdis the first developer entry inSUMMARY.mdFiles
llms.txt- new "Developer surface (in order of preference)" block, curl quick start, hosted MCP first, SDK last.apis-living-system-development/sdk-quickstart.md- HTTP curl at top, MCP config block added, generated TypeScript client moved to a footnote.apis-living-system-development/developer-home.md- added "Connect your AI agent (MCP)" with Add to Cursor / Add to Claude blocks and "Make your first call" curl one-liner.SUMMARY.md- labeled REST API v1 Reference as Legacy.Notes
taskade/mcpREADME rewrite (mcp-readme-hosted-hosted-first) so the story matches across GitHub and docs.mcp.accessfeature switch, FALSE only on free), NOT Business+ as the old README claimed.cc @deanzaka
Made with Cursor