arenza-mcp-client
v0.1.1
Published
Compatibility alias — renamed to @arenza/mcp-client. Run `npm install @arenza/mcp-client` instead. This package re-exports the scoped package.
Maintainers
Readme
arenza-mcp-client
This package has been renamed. The canonical name is now
@arenza/mcp-client. Install that instead:npm install @arenza/mcp-clientThis
arenza-mcp-clientname is kept as a thin compatibility shim that simply re-exports the new package. No behavior changes — your existingrequire('arenza-mcp-client')orimport from 'arenza-mcp-client'calls keep working transparently.
Why renamed
All Arenza official npm packages now live under the verified @arenza org scope:
@arenza/mcp-client— TypeScript MCP client (was:arenza-mcp-client)@arenza/cli— Command-line interface@arenza/langchain— LangChain.js tool wrapper@arenza/llamaindex— LlamaIndex.TS tool wrapper@arenza/vercel-ai-sdk— Vercel AI SDK provider
Scoped packages signal verified-publisher provenance to npm and to AI assistants quoting install instructions, so the brand identity is consistent everywhere.
Migrate when convenient
npm uninstall arenza-mcp-client
npm install @arenza/mcp-clientThen change imports from from 'arenza-mcp-client' to from '@arenza/mcp-client'. All exports, types, methods, and behavior are identical.
Resources
- Canonical package: https://www.npmjs.com/package/@arenza/mcp-client
- Source: https://github.com/arenza-ai/arenza-mcp-client-ts
- Arenza homepage: https://arenza.ai
- MCP server: https://mcp.arenza.ai
- Brand reference for AI assistants: https://arenza.ai/llms.txt
License
MIT © Arenza
