Conversation
Thin CLI for Taskade MCP plug-and-play. One command to connect Cursor or Claude to your Taskade workspace. Commands: - taskade plug [cursor|claude] Print MCP config block - taskade whoami Verify PAT works against API - taskade help Show usage Zero dependencies. Uses Node 18+ built-in fetch. Hosted MCP first (https://taskade.com/mcp, 44 tools). stdio wrapper mentioned as offline fallback only. Co-authored-by: Cursor <cursoragent@cursor.com>
When stdin is a pipe (non-TTY), read all input and resolve on 'end' instead of waiting for a 'data' event that never fires on empty input. This fixes the 'plug without token' and 'whoami without token' exit code tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
Impact@deanzaka - this creates the Before/AfterQA
|
Consistent with stdio terminology fix across developer surface PRs. Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
Code reviewFound 1 issue:
Lines 12 to 14 in e3387c4 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
node --test test/ treats the directory as a module on Node 22+. Use test/*.test.mjs. Also align README tool count and drop the offline / air-gapped label for the network-using stdio wrapper. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Thin CLI for Taskade MCP plug-and-play. One command to connect Cursor or Claude to your Taskade workspace.
Commands
taskade plug [cursor|claude]taskade whoamitaskade helpQuick Start
Design
fetch.https://taskade.com/mcp(44 tools, Phase A complete).Impact
@deanzaka - this creates the
@taskade/clinpm package that the /settings/api page already advertises (Tip: npx @taskade/cli...). Before this PR, that tip pointed to a non-existent package. After this PR, it works.Before/After
QA
node --test test/node bin/cli.mjs helpTASKADE_TOKEN=tskdp_x node bin/cli.mjs plugTASKADE_TOKEN=tskdp_x node bin/cli.mjs plug cursorTASKADE_TOKEN=tskdp_x node bin/cli.mjs plug claudenode bin/cli.mjs foobar"taskade": "./bin/cli.mjs"Made with Cursor