@juspay/neurolink 9.51.2 → 9.51.3

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.
@@ -44,7 +44,7 @@ export type NeurolinkConstructorConfig = {
44
44
  * Configuration for MCP enhancement modules wired into generate()/stream() paths.
45
45
  *
46
46
  * These modules are automatically applied during tool execution when configured:
47
- * - cache: Tool result caching (disabled by default)
47
+ * - cache: Tool result caching (enabled by default, opt out with enabled: false)
48
48
  * - annotations: Auto-infer tool safety metadata (enabled by default)
49
49
  * - router: Multi-server tool routing (auto-activates with 2+ servers)
50
50
  * - batcher: Batch programmatic tool calls (disabled by default)
@@ -52,7 +52,7 @@ export type NeurolinkConstructorConfig = {
52
52
  * - middleware: Global tool execution middleware chain (empty by default)
53
53
  */
54
54
  export type MCPEnhancementsConfig = {
55
- /** Tool result caching. Default: disabled. Enable to cache read-only tool results. */
55
+ /** Tool result caching. Default: enabled. Set enabled: false to opt out. */
56
56
  cache?: {
57
57
  enabled?: boolean;
58
58
  /** Cache TTL in milliseconds. Default: 300000 (5 min) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "9.51.2",
3
+ "version": "9.51.3",
4
4
  "packageManager": "pnpm@10.15.1",
5
5
  "description": "Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 13 providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
6
6
  "author": {