@closedloop-ai/mcp-client 1.3.1 → 1.4.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -183,12 +183,12 @@ const tools = [
183
183
  default: 5,
184
184
  description: 'Max patterns to return (default 5)'
185
185
  },
186
- limit_signals: {
186
+ limit_insights: {
187
187
  type: 'integer',
188
188
  minimum: 1,
189
189
  maximum: 20,
190
190
  default: 10,
191
- description: 'Max individual signals to return (default 10)'
191
+ description: 'Max individual insights to return (default 10)'
192
192
  }
193
193
  },
194
194
  required: ['query']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closedloop-ai/mcp-client",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "ClosedLoop AI MCP Client for AI assistant integration with advanced search capabilities",
5
5
  "main": "index.js",
6
6
  "bin": {