Skip to content

fix(agents-mcp): include bin/ in published npm package#3368

Open
rock2089 wants to merge 1 commit into
inkeep:mainfrom
rock2089:fix-npm-bin-files
Open

fix(agents-mcp): include bin/ in published npm package#3368
rock2089 wants to merge 1 commit into
inkeep:mainfrom
rock2089:fix-npm-bin-files

Conversation

@rock2089

@rock2089 rock2089 commented Jun 9, 2026

Copy link
Copy Markdown

Problem

The @inkeep/agents-mcp package declares bin entries pointing to bin/mcp-server.js but the published tarball omits this file.

Root Cause

packages/agents-mcp/.gitignore excludes /bin. The package.json lacks a files field, so npm uses .gitignore during publish.

Fix

Added files field ["esm/", "bin/"] to explicitly include these directories.

Closes charles-openclaw/charles-microbounties#585

@changeset-bot

changeset-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eb7f580

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

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Thanks for the contribution! Your PR has been mirrored into Inkeep's internal monorepo, where review and merge happen. Your commit attribution is preserved as @rock2089.

What happens next:

  • An Inkeep maintainer will review the internal mirror PR.
  • Reviewer comments are not automatically mirrored back to this thread. If you don't hear from us within a few business days, please comment here to nudge — that's the right thing to do.
  • Once merged internally, the change will sync back to this repository and this PR will close automatically (don't be alarmed when it closes — that's how it lands).

For Inkeep maintainers (link goes to a private repo and is not accessible to external contributors): https://github.com/inkeep/agents-private/pull/1700

See the repository's CONTRIBUTING.md for more context on how public PRs flow. This comment will be updated as the bridge state changes.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed in 7 days if no further activity occurs.

If this PR is still relevant:

  • Rebase it on the latest main branch
  • Add a comment explaining its current status
  • Request a review if it's ready

Thank you for your contributions!

@github-actions github-actions Bot added the stale label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bounty] @inkeep/agents-mcp bins resolve to missing mcp-server.js

1 participant