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