Skip to content

Fix mcp-server-utils package exports#361

Merged
rwjblue-glean merged 1 commit into
gleanwork:mainfrom
xianzuyang9-blip:codex/fix-utils-exports
Jun 10, 2026
Merged

Fix mcp-server-utils package exports#361
rwjblue-glean merged 1 commit into
gleanwork:mainfrom
xianzuyang9-blip:codex/fix-utils-exports

Conversation

@xianzuyang9-blip

Copy link
Copy Markdown
Contributor

Summary

  • add a root barrel for @gleanwork/mcp-server-utils so the existing main entrypoint is importable through the package exports map
  • remove stale exports for auth and tools modules that are not built or shipped by this package

Fixes #360.

Verification

  • corepack pnpm --filter @gleanwork/mcp-test-utils build
  • corepack pnpm --filter @gleanwork/mcp-server-utils build
  • corepack pnpm --filter @gleanwork/mcp-server-utils test (67 tests passed)
  • npm pack --ignore-scripts after build, clean consumer import of root/config/errors/util/logger succeeded and package exports only listed shipped entrypoints

@xianzuyang9-blip xianzuyang9-blip requested a review from a team as a code owner June 9, 2026 03:58
Comment thread packages/mcp-server-utils/package.json

@rwjblue-glean rwjblue-glean 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.

Thanks for fixing this!

@rwjblue-glean rwjblue-glean merged commit 89ba1bc into gleanwork:main Jun 10, 2026
4 checks passed
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.

@gleanwork/mcp-server-utils exports point to missing build files

2 participants