Skip to content

feat(mcp-docs): add transcend_docs_list and transcend_docs_fetch (ZEL-7842)#257

Open
dsklyar wants to merge 2 commits into
mainfrom
danielsklyar/zel-7842-mcp-docs-list-and-fetch-tools
Open

feat(mcp-docs): add transcend_docs_list and transcend_docs_fetch (ZEL-7842)#257
dsklyar wants to merge 2 commits into
mainfrom
danielsklyar/zel-7842-mcp-docs-list-and-fetch-tools

Conversation

@dsklyar

@dsklyar dsklyar commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds transcend_docs_list (section/keyword filters over cached llms.txt index) and transcend_docs_fetch (markdown body + Source footer, SSRF guard, truncation).
  • Adds unit tests for filters, fetch success, and host rejection.

Related Issues

Stack

PR 2 of 4 for ZEL-7840. Stacks on #256 (ZEL-7841).

Test plan

  • pnpm run --dir packages/mcp/mcp-server-docs test
  • pnpm run --dir packages/mcp/mcp-server-docs typecheck
  • Pre-commit hooks pass

Demo

Claude using docs list + fetch

Screen.Recording.2026-07-02.at.14.42.09.mov

Cursor demo of caching docs

Screen.Recording.2026-07-02.at.15.12.38.mov

@linear-code

linear-code Bot commented Jul 2, 2026

Copy link
Copy Markdown

ZEL-7842

@pkg-pr-new

pkg-pr-new Bot commented Jul 2, 2026

Copy link
Copy Markdown

Open in StackBlitz

@transcend-io/airgap.js-types

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/airgap.js-types@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/airgap.js-types@257.tgz

@transcend-io/cli

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/cli@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/cli@257.tgz

@transcend-io/internationalization

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/internationalization@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/internationalization@257.tgz

@transcend-io/privacy-types

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/privacy-types@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/privacy-types@257.tgz

@transcend-io/sdk

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/sdk@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/sdk@257.tgz

@transcend-io/type-utils

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/type-utils@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/type-utils@257.tgz

@transcend-io/utils

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/utils@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/utils@257.tgz

@transcend-io/mcp

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp@257.tgz

@transcend-io/mcp-server-admin

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-admin@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-admin@257.tgz

@transcend-io/mcp-server-assessment

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-assessment@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-assessment@257.tgz

@transcend-io/mcp-server-base

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-base@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-base@257.tgz

@transcend-io/mcp-server-consent

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-consent@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-consent@257.tgz

@transcend-io/mcp-server-discovery

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-discovery@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-discovery@257.tgz

@transcend-io/mcp-server-docs

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-docs@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-docs@257.tgz

@transcend-io/mcp-server-dsr

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-dsr@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-dsr@257.tgz

@transcend-io/mcp-server-inventory

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-inventory@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-inventory@257.tgz

@transcend-io/mcp-server-preferences

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-preferences@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-preferences@257.tgz

@transcend-io/mcp-server-workflows

pnpm add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-workflows@257
yarn add https://pkg.pr.new/transcend-io/tools/@transcend-io/mcp-server-workflows@257.tgz

commit: df253d9

@dsklyar dsklyar marked this pull request as ready for review July 2, 2026 21:47
@dsklyar dsklyar self-assigned this Jul 2, 2026
@dsklyar

dsklyar commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Preview workflow failed probs because the package is not yet published.

@dsklyar dsklyar force-pushed the danielsklyar/zel-7842-mcp-docs-list-and-fetch-tools branch from 0d32c53 to 3f1342c Compare July 2, 2026 22:03
giacaglia
giacaglia previously approved these changes Jul 2, 2026

@giacaglia giacaglia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

Base automatically changed from danielsklyar/zel-7841-mcp-scaffold-mcp-server-docs-package-docs-index-engine to main July 2, 2026 23:10
@dsklyar dsklyar dismissed giacaglia’s stale review July 2, 2026 23:10

The base branch was changed.

dsklyar added 2 commits July 2, 2026 16:27
…-7842)

Implement list+fetch documentation tools with section/keyword filters,
SSRF host guard, Source footer, and long-page truncation.
@dsklyar dsklyar dismissed dawson-turechek-transcend’s stale review July 2, 2026 23:28

The merge-base changed after approval.

@dsklyar dsklyar force-pushed the danielsklyar/zel-7842-mcp-docs-list-and-fetch-tools branch from 3f1342c to df253d9 Compare July 2, 2026 23:28
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.

3 participants