@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.
- package/index.js +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
|
-
|
|
186
|
+
limit_insights: {
|
|
187
187
|
type: 'integer',
|
|
188
188
|
minimum: 1,
|
|
189
189
|
maximum: 20,
|
|
190
190
|
default: 10,
|
|
191
|
-
description: 'Max individual
|
|
191
|
+
description: 'Max individual insights to return (default 10)'
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
required: ['query']
|