Skip to content

docs: acknowledge API v2 in privacy claims; fix stale 57-tool references - #67

Merged
johnxie merged 2 commits into
mainfrom
docs/accuracy-sweep-v2-and-62
Jul 28, 2026
Merged

docs: acknowledge API v2 in privacy claims; fix stale 57-tool references#67
johnxie merged 2 commits into
mainfrom
docs/accuracy-sweep-v2-and-62

Conversation

@johnxie

@johnxie johnxie commented Jul 28, 2026

Copy link
Copy Markdown
Member

Docs-only accuracy sweep. Since the v2 tool layer shipped (setupToolsV2 in packages/server/src/server.ts), the server calls both https://www.taskade.com/api/v1 and https://www.taskade.com/api/v2, and the total tool count is 62 (57 v1 + 5 v2). Four doc lines still claimed v1-only traffic or 57 tools.

Changes

File Before After
README.md (Privacy & Security) The server talks only to https://www.taskade.com/api/v1 and does not send your data to other third-party services. The server talks only to the Taskade public API — https://www.taskade.com/api/v1 and https://www.taskade.com/api/v2 — and does not send your data to other third-party services.
SECURITY.md (Privacy) The MCP server sends requests only to the Taskade public API (https://www.taskade.com/api/v1) using the token you provide; … The MCP server sends requests only to the Taskade public API (https://www.taskade.com/api/v1 and https://www.taskade.com/api/v2) using the token you provide; …
Dockerfile (LABEL description) Taskade MCP Server — 57 AI tools … Taskade MCP Server — 62 AI tools …
examples/README.md (n8n) … an AI agent with access to all 57 Taskade tools. … an AI agent with access to all 62 Taskade tools.

The only-Taskade guarantee is unchanged: v2 traffic also goes exclusively to www.taskade.com — no data is sent to any other third-party service.

Intentionally untouched: the two CHANGELOG.md entries saying "v1's 57 tools are unchanged" — those are historical release notes accurately describing the v1 layer's count when v2 shipped.

Test plan

  • git grep -E '(talks|sends|requests) .*only .*api/v1' — the one remaining match (SECURITY.md:51) names both API bases on the same line; no claim omits v2.
  • git grep -nE '57 (AI )?(Taskade )?tools|all 57' -- '*.md' Dockerfile — only the two historical CHANGELOG entries remain (accurate v1-layer counts, left as-is).
  • CI: yarn build (regen + bundle, tree stays clean), yarn lint, yarn test (17/17) all pass locally.

Docs only — no runtime changes, no changeset.

@changeset-bot

changeset-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e36a4ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@johnxie

johnxie commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

🤖 Generated with Claude Code

@johnxie
johnxie merged commit 80aa544 into main Jul 28, 2026
1 check passed
@johnxie
johnxie deleted the docs/accuracy-sweep-v2-and-62 branch July 28, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant