Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build issues with tools package used in ESM context #46

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

grabbou
Copy link
Collaborator

@grabbou grabbou commented Nov 30, 2024

Fixes #44

Switching tools to be CJS instead of ESM/CJS package for now. We can revisit it later.
Main issue for now is that CLI exports some private internals as default and first of all, we should not rely on defaults as they can produce different outputs -> link

Turning off bundling feature for MCP Server (this also contributes to the issue)

Tested and it seems to be working!

@grabbou grabbou requested a review from okwasniewski November 30, 2024 18:20
@grabbou grabbou merged commit d5c91eb into main Nov 30, 2024
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.

bug: Claude MCP Server is currently not working
1 participant