Bug
Running npx xactions-mcp fails with:
Cannot find module '.../node_modules/xactions/src/client/api/search.js'
imported from .../src/client/Scraper.js
Details
- Node: v22.22.2
- OS: macOS
- Installed via:
npx xactions-mcp
The file src/client/api/search.js is missing from the published npm package.
Listing the src/client/api/ directory shows:
dms.js, graphqlQueries.js, lists.js, tweets.js, users.js
No search.js.
Looks like it wasn't included in the npm publish.