mcp-server-neubird
v3.1.0
Published
Redirect shim. The canonical package is @neubirdai/mcp-server-neubird — install that directly.
Maintainers
Readme
mcp-server-neubird (redirect)
This package is a thin redirect shim. The canonical NeuBird MCP Server is published as @neubirdai/mcp-server-neubird — install that directly:
npm install -g @neubirdai/mcp-server-neubird
# or
npx @neubirdai/mcp-server-neubirdWhy does this package exist?
- Muscle memory. Users who remember the unscoped name still get a working install.
- Typosquatting defense. Reserving the unscoped name prevents a malicious package from being published under it.
This shim has no code of its own — it declares @neubirdai/mcp-server-neubird as a dependency and re-exposes its mcp-server-neubird bin. Installing this package installs and runs the scoped package.
