In ponytail-mcp/package.json, there is no main or exports field. The index.js is not reachable via npm module resolution (e.g., require('@dietrichgebert/ponytail/ponytail-mcp')). Users following the README MCP setup instructions work around this by pointing config directly at the file, but package-level imports would fail.
In
ponytail-mcp/package.json, there is nomainorexportsfield. Theindex.jsis not reachable via npm module resolution (e.g.,require('@dietrichgebert/ponytail/ponytail-mcp')). Users following the README MCP setup instructions work around this by pointing config directly at the file, but package-level imports would fail.