Skip to content

v0.2.1

Latest

Choose a tag to compare

@steveardis steveardis released this 29 Aug 16:31
· 2 commits to main since this release

Fixed

  • npx now works. package.json declares dist/server.js as the bin entry, so npx and global installs execute it directly rather than through node. It had no #!/usr/bin/env node line, so the shell ran it as a shell script and every import failed with import: command not found. The npx -y @scardis/omnifocus-mcp invocation documented in the README did not work in 0.2.0 or 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_project integration 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