-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Thanks for the package!
When running via npx -y rss-mcp, I get errors like:
import: not found
Syntax error: word unexpected
It looks like the resulting dist/index.js is missing #!/usr/bin/env node at the beginning of the script. The shell tries to execute it directly instead of running it through Node.
Would it be possible to add the shebang to the source file? TypeScript will preserve it in the compiled output.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels