Fixed
npxnow works.package.jsondeclaresdist/server.jsas thebinentry, sonpxand global installs execute it directly rather than throughnode. It had no#!/usr/bin/env nodeline, so the shell ran it as a shell script and every import failed withimport: command not found. Thenpx -y @scardis/omnifocus-mcpinvocation documented in the README did not work in0.2.0or any earlier version. Reported in #7 — thanks to @mummynoble for the diagnosis.
Three tests now cover the bin path, the shebang in src/server.ts, and the shebang in the compiled output.
Also in this release
- Test fixes from #4: the
create_projectintegration tests no longer assume the tester's own "default new project type" preference is Parallel (#3).
Upgrading
0.2.0 fixed the missing dist/snippets/ that made every tool call fail. This release fixes the remaining reason a clean install could not start at all. Together they make the documented install path work end to end:
npx -y @scardis/omnifocus-mcp