@cloudbase/cloudbase-mcp 1.8.6 → 1.8.7

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/dist/cli.cjs CHANGED
@@ -5370,7 +5370,7 @@ function registerRagTools(server2) {
5370
5370
  if (result.code) {
5371
5371
  throw new Error(result.message);
5372
5372
  }
5373
- const filteredResults = result.data.filter((item) => item.score >= threshold);
5373
+ const filteredResults = result.data.documents.filter((item) => item.score >= threshold);
5374
5374
  return {
5375
5375
  content: [
5376
5376
  {