Skip to content

Use recursive glob in TypeDoc config to find nested middleware packages#1478

Open
jonathanhefner wants to merge 1 commit intomodelcontextprotocol:mainfrom
jonathanhefner:typedoc-find-all-packages
Open

Use recursive glob in TypeDoc config to find nested middleware packages#1478
jonathanhefner wants to merge 1 commit intomodelcontextprotocol:mainfrom
jonathanhefner:typedoc-find-all-packages

Conversation

@jonathanhefner
Copy link
Member

The glob pattern packages/*/package.json from #1422 only matches one level deep, missing the middleware packages at packages/middleware/*/. Change to packages/**/package.json with a node_modules ignore to find all 6 workspace packages.

The glob pattern `packages/*/package.json` from modelcontextprotocol#1422 only matches one
level deep, missing the middleware packages at `packages/middleware/*/`.
Change to `packages/**/package.json` with a `node_modules` ignore to
find all 6 workspace packages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jonathanhefner jonathanhefner requested a review from a team as a code owner February 4, 2026 17:23
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: 9616e0c

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 4, 2026

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@1478

@modelcontextprotocol/server

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@1478

@modelcontextprotocol/express

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@1478

@modelcontextprotocol/hono

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@1478

@modelcontextprotocol/node

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@1478

commit: 9616e0c

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