@juspay/neurolink 9.88.12 → 9.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [9.89.0](https://github.com/juspay/neurolink/compare/v9.88.12...v9.89.0) (2026-07-17)
2
+
3
+ ### Features
4
+
5
+ - **(examples):** add degit-able starter templates — chat, mcp-client, proxy-failover ([e737e18](https://github.com/juspay/neurolink/commit/e737e18e071d8bad91736ba07ad4193fcbc9f15d))
6
+
1
7
  ## [9.88.12](https://github.com/juspay/neurolink/compare/v9.88.11...v9.88.12) (2026-07-16)
2
8
 
3
9
  ### Bug Fixes
package/README.md CHANGED
@@ -36,7 +36,7 @@ for await (const chunk of result.stream) {
36
36
 
37
37
  Extracted from production systems at Juspay, NeuroLink provides a practical, TypeScript-first way to integrate AI into any application. Whether you're building with OpenAI, Anthropic, Google, AWS Bedrock, Azure, or any of our 30+ supported providers, NeuroLink gives you a single, consistent interface that works everywhere.
38
38
 
39
- **Why NeuroLink?** Switch providers with a single parameter change, leverage 64+ built-in tools and MCP servers, deploy with confidence using enterprise features like Redis memory and multi-provider failover, and optimize costs automatically with intelligent routing. Use it via our professional CLI or TypeScript SDK—whichever fits your workflow.
39
+ **Why NeuroLink?** Switch providers with a single parameter change, leverage built-in tools plus any MCP-compliant tool server, deploy with confidence using enterprise features like Redis memory and multi-provider failover, and optimize costs automatically with intelligent routing. Use it via our professional CLI or TypeScript SDK—whichever fits your workflow.
40
40
 
41
41
  **Where we're headed:** We're building for the future of AI—edge-first execution and continuous streaming architectures that make AI practically free and universally available. **[Read our vision →](docs/about/vision.md)**
42
42
 
@@ -489,7 +489,7 @@ NeuroLink is a comprehensive AI development platform. Every feature below is shi
489
489
  | `calculateMath` | Mathematical operations | ✅ | [Tool Reference](docs/sdk/custom-tools.md) |
490
490
  | `websearchGrounding` | Google Vertex web search | ⚠️ Requires credentials | [Tool Reference](docs/sdk/custom-tools.md) |
491
491
 
492
- **58+ External MCP Servers** supported (GitHub, PostgreSQL, Google Drive, Slack, and more):
492
+ **External MCP servers** connect any MCP-compliant server via `neurolink mcp add`; 11 popular servers (GitHub, PostgreSQL, Google Drive, Slack, and more) ship with ready-made configs:
493
493
 
494
494
  ```typescript
495
495
  // stdio transport - local MCP servers via command execution
@@ -993,7 +993,7 @@ Full command and API breakdown lives in [`docs/cli/commands.md`](docs/cli/comman
993
993
 
994
994
  - [Enterprise HITL Guide](docs/features/enterprise-hitl.md) - Approval workflows for high-stakes operations
995
995
  - [Interactive CLI Guide](docs/features/interactive-cli.md) - AI development environment
996
- - [MCP Tools Showcase](docs/features/mcp-tools-showcase.md) - 58+ external tools & 6 built-in tools
996
+ - [MCP Tools Showcase](docs/features/mcp-tools-showcase.md) - 6 built-in tools & connecting external MCP servers
997
997
 
998
998
  **Provider Intelligence:**
999
999
 
@@ -1036,6 +1036,7 @@ Full command and API breakdown lives in [`docs/cli/commands.md`](docs/cli/comman
1036
1036
 
1037
1037
  - Real-time chat and community → [Discord](https://discord.gg/cZa8DrDhSR)
1038
1038
  - Bug reports and feature requests → [GitHub Issues](https://github.com/juspay/neurolink/issues)
1039
+ - New here? Start with a [good first issue](https://github.com/juspay/neurolink/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
1039
1040
  - Questions and discussions → [GitHub Discussions](https://github.com/juspay/neurolink/discussions)
1040
1041
  - Development workflow, testing, and pull request guidelines → [`docs/development/contributing.md`](docs/development/contributing.md)
1041
1042
  - Documentation improvements → open a PR referencing the [documentation matrix](docs/tracking/FEATURE-DOC-MATRIX.md).
@@ -171,7 +171,7 @@ const isNonRetryableProviderError = sharedIsNonRetryableProviderError;
171
171
  *
172
172
  * Main SDK class providing unified access to 14+ AI providers with enterprise features:
173
173
  * - Multi-provider support (OpenAI, Anthropic, Google AI Studio, Google Vertex, AWS Bedrock, etc.)
174
- * - MCP (Model Context Protocol) tool integration with 58+ external servers
174
+ * - MCP (Model Context Protocol) tool integration connect any MCP-compliant server
175
175
  * - Human-in-the-Loop (HITL) security workflows for regulated industries
176
176
  * - Redis-based conversation memory and persistence
177
177
  * - Enterprise middleware system for monitoring and control
package/dist/neurolink.js CHANGED
@@ -171,7 +171,7 @@ const isNonRetryableProviderError = sharedIsNonRetryableProviderError;
171
171
  *
172
172
  * Main SDK class providing unified access to 14+ AI providers with enterprise features:
173
173
  * - Multi-provider support (OpenAI, Anthropic, Google AI Studio, Google Vertex, AWS Bedrock, etc.)
174
- * - MCP (Model Context Protocol) tool integration with 58+ external servers
174
+ * - MCP (Model Context Protocol) tool integration connect any MCP-compliant server
175
175
  * - Human-in-the-Loop (HITL) security workflows for regulated industries
176
176
  * - Redis-based conversation memory and persistence
177
177
  * - Enterprise middleware system for monitoring and control
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "9.88.12",
3
+ "version": "9.89.0",
4
4
  "packageManager": "pnpm@10.15.1",
5
- "description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (58+ servers), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
5
+ "description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (connect any MCP server), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
6
6
  "author": {
7
7
  "name": "Juspay Technologies",
8
8
  "email": "support@juspay.in",