Skip to content

3.0.1

Latest

Choose a tag to compare

@kiliczsh kiliczsh released this 29 Jul 11:45
55310c0

Patch release.

Renames the CLI bin from mongodb to mcp-mongo-server so npx -y mcp-mongo-server "<connection-string>" (the form documented in the README) resolves directly.

Previously, because the package name (mcp-mongo-server) and bin name (mongodb) differed, npx failed to resolve the single bin:

sh: mongodb: command not found

and the only working invocation was the awkward npx -y -p mcp-mongo-server mongodb "<connection-string>".

No API or behavior changes.

Full changelog: #45