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!
Thanks for the package!
When running via
npx -y rss-mcp, I get errors like:It looks like the resulting
dist/index.jsis missing#!/usr/bin/env nodeat 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!