Skip to content

Commit 27f123e

Browse files
johnxiecursoragent
andcommitted
fix(docs): Replace offline with stdio in developer surface copy
Consistent with taskcade#29493 Copilot feedback: stdio MCP is a local wrapper, not an offline-capable client. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fa8c732 commit 27f123e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apis-living-system-development/developer-home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Point Cursor, Claude, Windsurf, or any MCP client at the hosted server with your
115115
```
116116
{% endtab %}
117117

118-
{% tab title="Local / offline fallback" %}
118+
{% tab title="Local stdio fallback" %}
119119
For a local stdio server that wraps the v1 API (no app-file editing), see [Workspace MCP](workspace-mcp.md) (`@taskade/mcp-server` on npm).
120120
{% endtab %}
121121
{% endtabs %}

apis-living-system-development/sdk-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For Cursor, Claude, Windsurf, VS Code, or any MCP client, point at the hosted se
140140
}
141141
```
142142

143-
Get your token at [taskade.com/settings/api](https://www.taskade.com/settings/api). The hosted MCP is gated on Starter+ plans (`mcp.access` feature switch). For a local/offline fallback that wraps the v1 API, see [Workspace MCP](workspace-mcp.md) (`@taskade/mcp-server` on npm).
143+
Get your token at [taskade.com/settings/api](https://www.taskade.com/settings/api). The hosted MCP is gated on Starter+ plans (`mcp.access` feature switch). For a local stdio wrapper that wraps the v1 API, see [Workspace MCP](workspace-mcp.md) (`@taskade/mcp-server` on npm).
144144

145145
## Generated TypeScript client (preview, unmaintained)
146146

@@ -175,4 +175,4 @@ Method names match the v2 operations exactly — `listSpaces`, `createProject`,
175175
| [Action API v2 Reference](api-v2-reference.md) | The action-based API the SDK wraps |
176176
| [REST API v1 Reference (Legacy)](comprehensive-api-guide/README.md) | Complete RESTful endpoint docs (full task CRUD) |
177177
| [Authentication](developers/authentication.md) | Personal access tokens and OAuth 2.0 |
178-
| [Workspace MCP](workspace-mcp.md) | Local/offline stdio fallback (`@taskade/mcp-server`, v1 surface) |
178+
| [Workspace MCP](workspace-mcp.md) | Local stdio wrapper (`@taskade/mcp-server`, v1 surface) |

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Build apps, deploy AI agents, and automate workflows from one prompt.
103103
3. OpenAPI v1 (legacy, full task CRUD): https://www.taskade.com/api/documentation/v1
104104
- Reference: https://docs.taskade.com/developers/comprehensive-api-guide
105105

106-
4. Stdio MCP fallback (local/offline): https://github.com/taskade/mcp
106+
4. Stdio MCP fallback (local stdio): https://github.com/taskade/mcp
107107
- npm: `@taskade/mcp-server`
108108
- v1 surface only (no app file editing)
109109
- Docs: https://docs.taskade.com/developers/workspace-mcp

0 commit comments

Comments
 (0)